x-ui-design 0.5.51 → 0.5.52

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
@@ -3779,11 +3779,10 @@ const SelectComponent = ({
3779
3779
  style: {
3780
3780
  minWidth: showSearch && !searchQuery.length ? 1 : 'auto',
3781
3781
  display: 'ruby',
3782
- textAlign: 'center',
3783
- userSelect: showSearch ? 'text' : 'unset'
3782
+ textAlign: 'center'
3784
3783
  }
3785
3784
  }, showSearch ? {
3786
- contentEditable: 'plaintext-only'
3785
+ contentEditable: true
3787
3786
  } : {}, {
3788
3787
  id: `${prefixCls}-search-tag-input`,
3789
3788
  className: `${prefixCls}-tag-input`