We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9673cb3 commit d315b61Copy full SHA for d315b61
components/input-number/index.tsx
@@ -23,7 +23,7 @@ export const inputNumberProps = () => ({
23
addonBefore: PropTypes.any,
24
addonAfter: PropTypes.any,
25
prefix: PropTypes.any,
26
- 'update:value': baseProps.onChange,
+ 'onUpdate:value': baseProps.onChange,
27
valueModifiers: Object,
28
});
29
0 commit comments