Fix Et2NumberReadonly didn't display its value in nextmatch row

This commit is contained in:
nathan 2022-09-12 11:25:47 -06:00
parent 43cce1940d
commit 0ea32818c8

View File

@ -76,7 +76,10 @@ export class Et2Description extends Et2Widget(LitElement) implements et2_IDetach
type: String, type: String,
reflect: true reflect: true
}, },
value: String, value: {
type: String,
noAccessor: true
},
} }
} }