mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
doc: fix step-strictly docs typo (#18705)
This commit is contained in:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user