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 ccb513f commit 5f0c6feCopy full SHA for 5f0c6fe
examples/docs/zh-CN/input-number.md
@@ -172,7 +172,7 @@
172
| min | 设置计数器允许的最小值 | number | — | -Infinity |
173
| max | 设置计数器允许的最大值 | number | — | Infinity |
174
| step | 计数器步长 | number | — | 1 |
175
-| step-strictly | 是否只能输入 step 的倍数 | number | — | false |
+| step-strictly | 是否只能输入 step 的倍数 | boolean | — | false |
176
| precision| 数值精度 | number | — | — |
177
| size | 计数器尺寸 | string | large, small | — |
178
| disabled | 是否禁用计数器 | boolean | — | false |
0 commit comments