x-ui-design 0.5.40 → 0.5.41

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
@@ -3631,6 +3631,7 @@ const SelectComponent = /*#__PURE__*/forwardRef(({
3631
3631
  }
3632
3632
  }, filterable && /*#__PURE__*/React.createElement("input", {
3633
3633
  type: "text",
3634
+ inputMode: "text",
3634
3635
  className: `${prefixCls}-search`,
3635
3636
  value: searchQuery,
3636
3637
  onChange: handleSearch,