mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix Et2Date.set_value('') did not clear
This commit is contained in:
parent
b9cca9c5ff
commit
ee36e83cbb
@ -377,6 +377,7 @@ export class Et2Date extends Et2InputWidget(FormControlMixin(ValidateMixin(LitFl
|
|||||||
{
|
{
|
||||||
value = "";
|
value = "";
|
||||||
this.modelValue = "";
|
this.modelValue = "";
|
||||||
|
this.clear();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// Handle timezone offset, flatpickr uses local time
|
// Handle timezone offset, flatpickr uses local time
|
||||||
|
Loading…
Reference in New Issue
Block a user