diff --git a/components/input-number/index.tsx b/components/input-number/index.tsx index 909ac20d0..682ee0751 100644 --- a/components/input-number/index.tsx +++ b/components/input-number/index.tsx @@ -23,7 +23,7 @@ export const inputNumberProps = () => ({ addonBefore: PropTypes.any, addonAfter: PropTypes.any, prefix: PropTypes.any, - 'update:value': baseProps.onChange, + 'onUpdate:value': baseProps.onChange, valueModifiers: Object, });