Numeric-only input box. expand code. import { InputNumber } from 'antd'; function onChange(value) { console.log('changed', value); } ...
確定! 回上一頁