diff --git a/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx b/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx index 63851c92f6..1c76c0f577 100644 --- a/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx +++ b/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx @@ -501,6 +501,7 @@ const Input = forwardRef, FinalInputProps multiline: multiline || needMultilineFix, onTouchStart, onTouchEnd, + onTouchMove: onTouchEnd, onFocus, onBlur, onChange,