ps-toolkit-ui 1.21.69 → 1.21.73

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.
@@ -6009,7 +6009,9 @@
6009
6009
  }
6010
6010
  _this.onChange(isEdit);
6011
6011
  };
6012
- this.inp.setValue(this.inp.value, false);
6012
+ if (this.inp.default != null) {
6013
+ this.inp.setValue(this.inp.default, true);
6014
+ }
6013
6015
  this.inp.isValid = function () {
6014
6016
  _this.inp.error = null;
6015
6017
  if (_this.inp.required && _this.inp.value === null) {