ps-toolkit-ui 0.2.40 → 0.2.42

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.
@@ -5131,7 +5131,7 @@
5131
5131
  else {
5132
5132
  this.inp.value = v;
5133
5133
  this.inp.hover = va ? va.index : -1;
5134
- this.inp.search = va ? (this.inp.type === exports.InputType.SelectSearch || this.inp.type === exports.InputType.Select ? va.name : va.search) : '';
5134
+ this.inp.search = va ? (((this.inp.type !== exports.InputType.SelectSearch && this.inp.type !== exports.InputType.Select) || va.search) ? va.search : va.name) : '';
5135
5135
  }
5136
5136
  this.setOptions();
5137
5137
  this.cSearch = this.inp.search;