We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f9304 commit 35f1023Copy full SHA for 35f1023
1 file changed
README.zh-CN.md
@@ -82,7 +82,7 @@ npm start
82
| min | `T` | - | 最小值。 |
83
| mode | `'input' \| 'spinner'` | `input` | 渲染模式。 |
84
| parser | `(displayValue: string \| undefined) => T` | - | 将显示的值解析回一个值。 |
85
-| precision | `number` | - | Display precision. |
+| precision | `number` | - | 显示精度。 |
86
| prefix | `ReactNode` | - | 前缀内容。 |
87
| prefixCls | `string` | `rc-input-number` | className 前缀。 |
88
| readOnly | `boolean` | `false` | 将输入标记为只读。 |
0 commit comments