Commit a68a73df authored by Gonzalo Nandez's avatar Gonzalo Nandez Committed by 杨奕

Chore: update es changelog for 2.3.1 and 2.3.2 (#10459)

parent 9abb1cbe
...@@ -4,14 +4,14 @@ ...@@ -4,14 +4,14 @@
*2018-03-29* *2018-03-29*
- Fixed an Autocomplete regression, #10442 - Arreglada una regresión de Autocompletar, #10442
### 2.3.1 ### 2.3.1
*2018-03-29* *2018-03-29*
- Fixed a regression that `type` of Input is not passed down to the native input element, #10415 - Se ha corregido una regresión por la que el `type` de input no se transmitia al elemento de entrada nativo, #10415
- Added `blur` method for Select, #10416 - Agregado el metodo `blur` para Select, #10416
### 2.3.0 Diamond ### 2.3.0 Diamond
......
...@@ -719,4 +719,4 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va ...@@ -719,4 +719,4 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
| Metodo | Descripción | Parametros | | Metodo | Descripción | Parametros |
| ------ | --------------------------- | ---------- | | ------ | --------------------------- | ---------- |
| focus | Foco en el componente input | - | | focus | Foco en el componente input | - |
| blur | blur the Input component, and hide the dropdown | - | | blur | Quita el focus del componente y oculta el dropdown | - |
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