ps-toolkit-ui 1.19.5 → 1.19.6

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.
@@ -6096,7 +6096,7 @@
6096
6096
  }
6097
6097
  };
6098
6098
  if (this.inp.default != null) {
6099
- this.inp.setValue(this.inp.default, false);
6099
+ this.inp.setValue(this.inp.default, true);
6100
6100
  }
6101
6101
  this.inp.setSearch = function (s) {
6102
6102
  _this.inp.search = s;