Commit 0c475a98 authored by 杨奕's avatar 杨奕 Committed by GitHub

Input: fix docs for clear event param (#10784)

parent 1f57345b
......@@ -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
......
......@@ -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
......
......@@ -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
| 方法名 | 说明 | 参数 |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment