ps-toolkit-ui 1.6.11 → 1.6.12

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