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 3132e83 commit ba60fd3Copy full SHA for ba60fd3
1 file changed
README.zh-CN.md
@@ -86,7 +86,7 @@ npm start
86
| prefix | `ReactNode` | - | 前缀内容。 |
87
| prefixCls | `string` | `rc-input-number` | className前缀。 |
88
| readOnly | `boolean` | `false` | 将输入标记为只读。 |
89
-| step | `number \| string` | `1` | Step size. |
+| step | `number \| string` | `1` | 步长。 |
90
| stringMode | `boolean` | `false` | 将值保留为字符串以获得高精度小数。 |
91
| style | `React.CSSProperties` | - | 根元素的内联样式。 |
92
| styles | `Partial<Record<SemanticName, React.CSSProperties>>` | - | 输入数字槽的语义样式。 |
0 commit comments