x-ui-design 0.2.75 → 0.2.76

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.esm.js CHANGED
@@ -2999,6 +2999,8 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
2999
2999
  setIsOpen(open);
3000
3000
  if (hasMode) {
3001
3001
  handleClearInputValue();
3002
+ } else {
3003
+ setSearchQuery('');
3002
3004
  }
3003
3005
  }
3004
3006
  };