Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
73de4b65
Commit
73de4b65
authored
Apr 10, 2020
by
张超杰
Committed by
GitHub
Apr 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix step-strictly docs typo (#18705)
parent
b903a87c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
examples/docs/en-US/input-number.md
examples/docs/en-US/input-number.md
+1
-1
examples/docs/es/input-number.md
examples/docs/es/input-number.md
+1
-1
examples/docs/fr-FR/input-number.md
examples/docs/fr-FR/input-number.md
+1
-1
examples/docs/zh-CN/input-number.md
examples/docs/zh-CN/input-number.md
+1
-1
No files found.
examples/docs/en-US/input-number.md
View file @
73de4b65
...
...
@@ -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 |
...
...
examples/docs/es/input-number.md
View file @
73de4b65
...
...
@@ -176,7 +176,7 @@ Utilice el atributo `size` para establecer tamaños adicionales con `medium`, `s
| min | el valor mínimo permitido | number | — |
`-Infinity`
|
| max | el valor maximo permitido | number | — |
`Infinity`
|
| step | incremento (salto) | number | — | 1 |
| step-strictly | si el valor del input puede ser solo un multiplo de step |
number
| — | false |
| step-strictly | si el valor del input puede ser solo un multiplo de step |
boolean
| — | false |
| precision | precisión del valor del input | number | — | — |
| size | tamaño del componente | string | large/small | — |
| disabled | si el componente esta deshabilitado | boolean | — | false |
...
...
examples/docs/fr-FR/input-number.md
View file @
73de4b65
...
...
@@ -174,7 +174,7 @@ Utilisez l'attribut `size` pour régler la taille avec `medium`, `small` ou `min
| min | La valeur minimale autorisée. | number | — |
`-Infinity`
|
| max | La valeur maximale autorisée. | number | — |
`Infinity`
|
| step | Le pas pour l'incrémentation. | number | — | 1 |
| step-strictly | Si la valeur ne peut être qu'un multiple du pas. |
number
| — | false |
| step-strictly | Si la valeur ne peut être qu'un multiple du pas. |
boolean
| — | false |
| precision | La précision de la valeur. | number | — | — |
| size | La taille du composant. | string | large/small| — |
| disabled| Si le composant est désactivé. | boolean | — | false |
...
...
examples/docs/zh-CN/input-number.md
View file @
73de4b65
...
...
@@ -172,7 +172,7 @@
| min | 设置计数器允许的最小值 | number | — | -Infinity |
| max | 设置计数器允许的最大值 | number | — | Infinity |
| step | 计数器步长 | number | — | 1 |
| step-strictly | 是否只能输入 step 的倍数 |
number
| — | false |
| step-strictly | 是否只能输入 step 的倍数 |
boolean
| — | false |
| precision| 数值精度 | number | — | — |
| size | 计数器尺寸 | string | large, small | — |
| disabled | 是否禁用计数器 | boolean | — | false |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment