mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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 = "";
|
||||
this.modelValue = "";
|
||||
this.clear();
|
||||
return;
|
||||
}
|
||||
// Handle timezone offset, flatpickr uses local time
|
||||
|
Loading…
Reference in New Issue
Block a user