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 38a7ae5 commit 3cb5887Copy full SHA for 3cb5887
1 file changed
README.zh-CN.md
@@ -77,7 +77,7 @@ npm start
77
| disabled | `boolean` | `false` | 禁用输入。 |
78
| downHandler | `ReactNode` | - | 自定义减量控制。 |
79
| formatter | `(value: T \| undefined, info: { userTyping: boolean; input: string }) => string` | - | 设置显示值的格式。 |
80
-| inputMode | `string` | - | 本机输入 `inputMode` 属性。 |
+| inputMode | `string` | - | 原生 input `inputMode` 属性。 |
81
| keyboard | `boolean` | `true` | 启用键盘步进。 |
82
| max | `T` | - | 最大值。 |
83
| min | `T` | - | 最小值。 |
0 commit comments