@acorex/components 16.19.13 → 16.19.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4255,7 +4255,6 @@ class AXDatePickerComponent extends AXValidatableComponent {
|
|
4255
4255
|
return this._value?.date;
|
4256
4256
|
}
|
4257
4257
|
set value(v) {
|
4258
|
-
this.validate();
|
4259
4258
|
const oldValue = this._value;
|
4260
4259
|
const old = this.value;
|
4261
4260
|
if (v) {
|
@@ -4297,6 +4296,7 @@ class AXDatePickerComponent extends AXValidatableComponent {
|
|
4297
4296
|
this.text = '';
|
4298
4297
|
}
|
4299
4298
|
this.userChange = false;
|
4299
|
+
this.validate();
|
4300
4300
|
}
|
4301
4301
|
_setDateType() {
|
4302
4302
|
switch (this.dateType) {
|