mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix Et2NumberReadonly didn't display its value in nextmatch row
This commit is contained in:
parent
43cce1940d
commit
0ea32818c8
@ -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
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user