ps-toolkit-ui 1.6.24 → 1.6.27

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.
@@ -5311,9 +5311,6 @@
5311
5311
  return;
5312
5312
  }
5313
5313
  this.inp.value = null;
5314
- if (this.inp.onChange) {
5315
- this.inp.onChange(this.inp, false);
5316
- }
5317
5314
  if (this.inp.type === exports.InputType.SelectSearch) {
5318
5315
  this.setOptions();
5319
5316
  }