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
474ad251
Commit
474ad251
authored
Aug 28, 2019
by
luckyCao
Committed by
hetech
Aug 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Update input-number document about change event (#16316) (#16966)
parent
79a1b498
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 @
474ad251
...
...
@@ -188,7 +188,7 @@ Use attribute `size` to set additional sizes with `medium`, `small` or `mini`.
| Event Name | Description | Parameters |
|----| ---- | -----|
|change | triggers when the value changes |
value after chang
e |
|change | triggers when the value changes |
currentValue, oldValu
e |
| blur | triggers when Input blurs | (event: Event) |
| focus | triggers when Input focuses | (event: Event) |
...
...
examples/docs/es/input-number.md
View file @
474ad251
...
...
@@ -190,7 +190,7 @@ Utilice el atributo `size` para establecer tamaños adicionales con `medium`, `s
| Nombre | Descripción | Parámetros |
| ------ | ---------------------------------------- | ------------------ |
| change | se produce cuando el valor cambia |
value after chang
e |
| change | se produce cuando el valor cambia |
currentValue, oldValu
e |
| blur | se produce cuando el componente pierde el foco | (event: Event) |
| focus | se produce cuando el componente obtiene el foco | (event: Event) |
...
...
examples/docs/fr-FR/input-number.md
View file @
474ad251
...
...
@@ -188,7 +188,7 @@ Utilisez l'attribut `size` pour régler la taille avec `medium`, `small` ou `min
| Nom | Description | Paramètres |
|----| ---- | -----|
| change | Se déclenche quand la valeur change. |
La nouvelle valeur.
|
| change | Se déclenche quand la valeur change. |
currentValue, oldValue
|
| blur | Se déclenche quand le champ perds le focus. | (event: Event) |
| focus | Se déclenche quand le champ a le focus. | (event: Event) |
...
...
examples/docs/zh-CN/input-number.md
View file @
474ad251
...
...
@@ -185,7 +185,7 @@
### Events
| 事件名称 | 说明 | 回调参数 |
|---------|--------|---------|
| change | 绑定值被改变时触发 |
最后变更的值
|
| change | 绑定值被改变时触发 |
currentValue, oldValue
|
| blur | 在组件 Input 失去焦点时触发 | (event: Event) |
| focus | 在组件 Input 获得焦点时触发 | (event: Event) |
...
...
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