ps-toolkit-ui 0.0.16 → 0.0.17

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.
@@ -4775,7 +4775,7 @@
4775
4775
  else {
4776
4776
  this.inp.value = v;
4777
4777
  this.inp.hover = va ? va.index : -1;
4778
- this.inp.search = va ? va.search : '';
4778
+ this.inp.search = va ? (this.inp.type === exports.InputType.SelectSearch || this.inp.type === exports.InputType.Select ? va.name : va.search) : '';
4779
4779
  }
4780
4780
  this.setOptions();
4781
4781
  this.cSearch = this.inp.search;