1
0
mirror of https://github.com/EGroupware/egroupware.git synced 2025-01-02 03:58:56 +01:00

Et2DateReadonly: Fix readonly date did not re-render when value changed

This commit is contained in:
nathan 2023-03-28 08:30:45 -06:00
parent 219d8a8419
commit 70db89b2f6

View File

@ -19,7 +19,6 @@ import {dateStyles} from "./DateStyles";
*/
export class Et2DateReadonly extends Et2Widget(LitElement) implements et2_IDetachedDOM
{
protected value : any;
protected parser : Function;
protected formatter : Function;