antd-mobile 5.42.0 → 5.42.2-alpha.0

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.
@@ -23304,7 +23304,10 @@ const NumberKeyboard = (p) => {
23304
23304
  forceRender: props.forceRender
23305
23305
  }, withNativeProps(props, React$3.createElement("div", {
23306
23306
  ref: keyboardRef,
23307
- className: classPrefix$x
23307
+ className: classPrefix$x,
23308
+ onMouseDown: (e2) => {
23309
+ e2.preventDefault();
23310
+ }
23308
23311
  }, renderHeader(), React$3.createElement("div", {
23309
23312
  className: `${classPrefix$x}-wrapper`
23310
23313
  }, React$3.createElement("div", {