mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Et2DateReadonly: Fix readonly date did not re-render when value changed
This commit is contained in:
parent
219d8a8419
commit
70db89b2f6
@ -19,7 +19,6 @@ import {dateStyles} from "./DateStyles";
|
|||||||
*/
|
*/
|
||||||
export class Et2DateReadonly extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
export class Et2DateReadonly extends Et2Widget(LitElement) implements et2_IDetachedDOM
|
||||||
{
|
{
|
||||||
protected value : any;
|
|
||||||
protected parser : Function;
|
protected parser : Function;
|
||||||
protected formatter : Function;
|
protected formatter : Function;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user