ps-toolkit-ui 0.0.30 → 0.0.31

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.
@@ -5670,7 +5670,7 @@
5670
5670
  return _this.getSelected();
5671
5671
  };
5672
5672
  this.inp.setValue = function (v) {
5673
- _this.check(v);
5673
+ _this.check(v.map(String));
5674
5674
  };
5675
5675
  this.inp.clear = function () {
5676
5676
  _this.inp.setValue([], false);