x-ui-design 0.5.51 → 0.5.53

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