indicator-ui 0.0.82 → 0.0.83

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.
package/dist/index.js CHANGED
@@ -9628,7 +9628,9 @@ function SelectField({ value, onChange, options = [], placeholder, isError, sear
9628
9628
  }
9629
9629
  if (autoClose) {
9630
9630
  setIsShowModalWindow(false);
9631
- // onBlur && onBlur()
9631
+ if (searching == null) {
9632
+ onBlur && onBlur();
9633
+ }
9632
9634
  }
9633
9635
  };
9634
9636
  const getViewField = () => {