ps-toolkit-ui 1.12.64 → 1.12.65

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.
@@ -5404,7 +5404,7 @@
5404
5404
  var _this = this;
5405
5405
  this.inp.load();
5406
5406
  this.inp.setValue = function (v, isEdit) {
5407
- _this.inp.value = v !== null ? v.toString() : null;
5407
+ _this.inp.value = v !== null ? v.toString() : _this.inp.default;
5408
5408
  if (_this.inp.value == null && _this.inp.options.length > 0) {
5409
5409
  _this.inp.value = _this.inp.options.find(function (x) { return true; }).value;
5410
5410
  }