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
9655a829
Commit
9655a829
authored
Jan 26, 2018
by
Hi-Linlin
Committed by
杨奕
Jan 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: fix default min of input-number (#9479)
parent
1b59561e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
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/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 @
9655a829
...
...
@@ -156,7 +156,7 @@ Use attribute `size` to set additional sizes with `medium`, `small` or `mini`.
| Attribute | Description | Type | Accepted Values | Default |
|----| ----| ---| ----| -----|
|value | binding value| number | — | — |
|min | the minimum allowed value | number | — |
0
|
|min | the minimum allowed value | number | — |
`-Infinity`
|
|max | the maximum allowed value | number | — |
`Infinity`
|
|step | incremental step | number | — | 1 |
|size | size of the component | string | large/small| — |
...
...
examples/docs/es/input-number.md
View file @
9655a829
...
...
@@ -157,7 +157,7 @@ Utilice el atributo `size` para establecer tamaños adicionales con `medium`, `s
| Atributo | Descripción | Tipo | Valores aceptados | Por defecto |
| ----------------- | ---------------------------------------- | ------- | ----------------- | ----------- |
| value | valor vinculado | number | — | — |
| min | el valor mínimo permitido | number | — |
0
|
| min | el valor mínimo permitido | number | — |
`-Infinity`
|
| max | el valor maximo permitido | number | — |
`Infinity`
|
| step | incremento (salto) | number | — | 1 |
| size | tamaño del componente | string | large/small | — |
...
...
examples/docs/zh-CN/input-number.md
View file @
9655a829
...
...
@@ -153,7 +153,7 @@
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|----------|-------------- |----------|-------------------------------- |-------- |
| value | 绑定值 | number | — | — |
| min | 设置计数器允许的最小值 | number | — |
0
|
| min | 设置计数器允许的最小值 | number | — |
-Infinity
|
| max | 设置计数器允许的最大值 | number | — | Infinity |
| step | 计数器步长 | number | — | 1 |
| size | 计数器尺寸 | string | large, small | — |
...
...
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