Commit 43f83128 authored by hetech's avatar hetech Committed by Jikkai Xiao

Docs: update Cascader doc (#12074)

parent e003b146
...@@ -1694,6 +1694,6 @@ Search and select options with a keyword. ...@@ -1694,6 +1694,6 @@ Search and select options with a keyword.
| Event Name | Description | Parameters | | Event Name | Description | Parameters |
|---------- |-------- |---------- | |---------- |-------- |---------- |
| change | triggers when the binding value changes | value | | 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) | | blur | triggers when Cascader blurs | (event: Event) |
| focus | triggers when Cascader focuses | (event: Event) | | focus | triggers when Cascader focuses | (event: Event) |
...@@ -1699,7 +1699,7 @@ Buscar y seleccionar opciones con una palabra clave. ...@@ -1699,7 +1699,7 @@ Buscar y seleccionar opciones con una palabra clave.
| Nombre | Descripción | Parametros | | Nombre | Descripción | Parametros |
| ------------------ | ---------------------------------------- | ------------------------- | | ------------------ | ---------------------------------------- | ------------------------- |
| change | se dispara cuando el valor cambia | valor | | 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) | | blur | se dispara cuando Cascader pierde el foco | (event: Event) |
| focus | se dispara cuando Cascader obtiene el foco | (event: Event) | | focus | se dispara cuando Cascader obtiene el foco | (event: Event) |
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