ps-toolkit-ui 1.8.77 → 1.8.78

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.
@@ -5332,7 +5332,7 @@
5332
5332
  _this.inp.setValue(_this.inp.default, true);
5333
5333
  }
5334
5334
  else {
5335
- _this.inp.setValue([], false);
5335
+ _this.inp.options.forEach(function (x) { return _this.unCheck(x); });
5336
5336
  }
5337
5337
  if (_this.inp.rel != null) {
5338
5338
  _this.inp.rel.options = [];