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 2a269e2809..3b4d76ea5a 100644 --- a/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx +++ b/packages/webpack-plugin/lib/runtime/components/react/mpx-input.tsx @@ -498,6 +498,7 @@ const Input = forwardRef, FinalInputProps multiline: !!multiline, onTouchStart, onTouchEnd, + onTouchMove: onTouchEnd, onFocus, onBlur, onChange,