x-ui-design 0.2.74 → 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.js CHANGED
@@ -3001,6 +3001,8 @@ const SelectComponent = /*#__PURE__*/React$1.forwardRef(({
3001
3001
  setIsOpen(open);
3002
3002
  if (hasMode) {
3003
3003
  handleClearInputValue();
3004
+ } else {
3005
+ setSearchQuery('');
3004
3006
  }
3005
3007
  }
3006
3008
  };