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
0c475a98
Commit
0c475a98
authored
Apr 19, 2018
by
杨奕
Committed by
GitHub
Apr 19, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Input: fix docs for clear event param (#10784)
parent
1f57345b
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.md
examples/docs/en-US/input.md
+1
-1
examples/docs/es/input.md
examples/docs/es/input.md
+1
-1
examples/docs/zh-CN/input.md
examples/docs/zh-CN/input.md
+1
-1
No files found.
examples/docs/en-US/input.md
View file @
0c475a98
...
...
@@ -682,7 +682,7 @@ Search data from server-side.
| blur | triggers when Input blurs | (event: Event) |
| focus | triggers when Input focuses | (event: Event) |
| change | triggers when the icon inside Input value change | (value: string
\|
number) |
| clear | triggers when the Input is cleared by
the button which generated by the "clearable" attribute | (event: Event)
|
| clear | triggers when the Input is cleared by
clicking the clear button | —
|
### Input Methods
...
...
examples/docs/es/input.md
View file @
0c475a98
...
...
@@ -661,7 +661,7 @@ Búsqueda de datos desde el servidor.
| blur | Se dispara cuando se pierde el foco | (event: Event) |
| focus | Se dispara cuando se obtiene el foco | (event: Event) |
| change | se activa cuando cambia el valor de entrada | (value: string
\|
number) |
| clear | se dispara cuando la entrada es borrada por el botón generado por el atributo "clearable". |
(event: Event)
|
| clear | se dispara cuando la entrada es borrada por el botón generado por el atributo "clearable". |
—
|
### Input Metodo
...
...
examples/docs/zh-CN/input.md
View file @
0c475a98
...
...
@@ -836,7 +836,7 @@ export default {
| blur | 在 Input 失去焦点时触发 | (event: Event) |
| focus | 在 Input 获得焦点时触发 | (event: Event) |
| change | 在 Input 值改变时触发 | (value: string
\|
number) |
| clear | 在点击
"clearable"属性生成的清空按钮时触发 | (event: Event)
|
| clear | 在点击
由
`clearable`
属性生成的清空按钮时触发 | —
|
### Input Methods
| 方法名 | 说明 | 参数 |
...
...
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