ps-toolkit-ui 1.19.4 → 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.
@@ -6091,12 +6091,12 @@
6091
6091
  }
6092
6092
  else {
6093
6093
  if (v != null) {
6094
- setTimeout(function () { _this.setValue(v.map(String)); }, 200);
6094
+ _this.setValue(v.map(String));
6095
6095
  }
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;