x-ui-design 0.4.12 → 0.4.14

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
@@ -3519,7 +3519,7 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
3519
3519
  });
3520
3520
  return dropdownRender ? dropdownRender(options) : options;
3521
3521
  })();
3522
- const dropdownContent = !loading && isOpen && /*#__PURE__*/React.createElement("div", {
3522
+ const dropdownContent = !loading && open && isOpen && /*#__PURE__*/React.createElement("div", {
3523
3523
  className: clsx([`${prefixCls}-dropdown`, {
3524
3524
  [placement]: placement,
3525
3525
  [dropdownClassName]: dropdownClassName