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

pull/10464/head
Gonzalo Nandez 2018-03-29 13:43:03 +02:00 committed by 杨奕
parent 9abb1cbe8a
commit a68a73df89
2 changed files with 4 additions and 4 deletions

View File

@ -4,14 +4,14 @@
*2018-03-29*
- Fixed an Autocomplete regression, #10442
- Arreglada una regresión de Autocompletar, #10442
### 2.3.1
*2018-03-29*
- Fixed a regression that `type` of Input is not passed down to the native input element, #10415
- Added `blur` method for Select, #10416
- Se ha corregido una regresión por la que el `type` de input no se transmitia al elemento de entrada nativo, #10415
- Agregado el metodo `blur` para Select, #10416
### 2.3.0 Diamond

View File

@ -719,4 +719,4 @@ Si el valor de encuadernación de Select es un objeto, asegúrese de asignar `va
| Metodo | Descripción | Parametros |
| ------ | --------------------------- | ---------- |
| 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 | - |