Skip to content

Commit

Permalink
Docs: update Cascader doc (#12074)
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyoung authored and jikkai committed Jul 20, 2018
1 parent e003b14 commit 43f8312
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/docs/en-US/cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -1694,6 +1694,6 @@ Search and select options with a keyword.
| Event Name | Description | Parameters |
|---------- |-------- |---------- |
| change | triggers when the binding value changes | value |
| active-item-change | triggers when active option changes, only works when `change-on-select` is `false` | an array of active options |
| active-item-change | triggers when active option of its parent changes, only works when `change-on-select` is `false` | an array of active options |
| blur | triggers when Cascader blurs | (event: Event) |
| focus | triggers when Cascader focuses | (event: Event) |
2 changes: 1 addition & 1 deletion examples/docs/es/cascader.md
Original file line number Diff line number Diff line change
Expand Up @@ -1699,7 +1699,7 @@ Buscar y seleccionar opciones con una palabra clave.
| Nombre | Descripción | Parametros |
| ------------------ | ---------------------------------------- | ------------------------- |
| change | se dispara cuando el valor cambia | valor |
| active-item-change | se dispara cuando cambia la opción activa, sólo funciona cuando `change-on-select` es `false`. | array de opciones activas |
| active-item-change | triggers when active option of its parent changes, sólo funciona cuando `change-on-select` es `false`. | array de opciones activas |
| blur | se dispara cuando Cascader pierde el foco | (event: Event) |
| focus | se dispara cuando Cascader obtiene el foco | (event: Event) |

0 comments on commit 43f8312

Please sign in to comment.