@@ -212,6 +212,7 @@ Currently Element ships with the following languages:
...
@@ -212,6 +212,7 @@ Currently Element ships with the following languages:
<li>Kazakh (kz)</li>
<li>Kazakh (kz)</li>
<li>Hungarian (hu)</li>
<li>Hungarian (hu)</li>
<li>Romanian (ro)</li>
<li>Romanian (ro)</li>
<li>Kurdish (ku)</li>
</ul>
</ul>
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) and create a pull request.
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) and create a pull request.
@@ -684,6 +684,7 @@ If the binding value of Select is an object, make sure to assign `value-key` as
...
@@ -684,6 +684,7 @@ If the binding value of Select is an object, make sure to assign `value-key` as
| popper-class | custom class name for Select's dropdown | string | — | — |
| popper-class | custom class name for Select's dropdown | string | — | — |
| reserve-keyword | when `multiple` and `filter` is true, whether to reserve current keyword after selecting an option | boolean | — | false |
| reserve-keyword | when `multiple` and `filter` is true, whether to reserve current keyword after selecting an option | boolean | — | false |
| default-first-option | select first matching option on enter key. Use with `filterable` or `remote` | boolean | - | false |
| default-first-option | select first matching option on enter key. Use with `filterable` or `remote` | boolean | - | false |
| popper-append-to-body| whether to append the popper menu to body. If the positioning of the popper is wrong, you can try to set this prop to false | boolean | - | true |
@@ -212,6 +212,7 @@ Actualmente Element está disponible en los siguientes idiomas:
...
@@ -212,6 +212,7 @@ Actualmente Element está disponible en los siguientes idiomas:
<li>Kazakh (kz)</li>
<li>Kazakh (kz)</li>
<li>Hungarian (hu)</li>
<li>Hungarian (hu)</li>
<li>Romanian (ro)</li>
<li>Romanian (ro)</li>
<li>Kurdish (ku)</li>
</ul>
</ul>
Si su idioma de destino no está incluido, puede contribuir: simplemente añada [aqui](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) otra configuración de idioma y cree un pull request.
Si su idioma de destino no está incluido, puede contribuir: simplemente añada [aqui](https://github.com/ElemeFE/element/tree/dev/src/locale/lang) otra configuración de idioma y cree un pull request.
@@ -690,6 +690,7 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
...
@@ -690,6 +690,7 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
| popper-class | nombre de clase personalizado para el menú desplegable del Select | string | — | — |
| popper-class | nombre de clase personalizado para el menú desplegable del Select | string | — | — |
| reserve-keyword | cuando `multiple` y `filter` es `true`, si se debe reservar la palabra clave actual después de seleccionar una opción. | boolean | — | false |
| reserve-keyword | cuando `multiple` y `filter` es `true`, si se debe reservar la palabra clave actual después de seleccionar una opción. | boolean | — | false |
| default-first-option | seleccione la primera opción de coincidencia en la tecla enter. Uso con `filterable` o `remote`. | boolean | - | false |
| default-first-option | seleccione la primera opción de coincidencia en la tecla enter. Uso con `filterable` o `remote`. | boolean | - | false |
| popper-append-to-body| whether to append the popper menu to body. If the positioning of the popper is wrong, you can try to set this prop to false | boolean | - | true |