doc: fix step-strictly docs typo (#18705)

This commit is contained in:
张超杰
2020-04-10 16:39:34 +08:00
committed by GitHub
parent b903a87ce9
commit 73de4b655d
4 changed files with 4 additions and 4 deletions

View File

@@ -174,7 +174,7 @@ Use attribute `size` to set additional sizes with `medium`, `small` or `mini`.
|min | the minimum allowed value | number | — | `-Infinity` |
|max | the maximum allowed value | number | — | `Infinity` |
|step | incremental step | number | — | 1 |
|step-strictly | whether input value can only be multiple of step | number | — | false |
|step-strictly | whether input value can only be multiple of step | boolean | — | false |
|precision | precision of input value | number | — | — |
|size | size of the component | string | large/small| — |
|disabled| whether the component is disabled | boolean | — | false |