mirror of https://github.com/ElemeFE/element
Chore: update es changelog for 2.3.1 and 2.3.2 (#10459)
parent
9abb1cbe8a
commit
a68a73df89
|
@ -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
|
||||
|
||||
|
|
|
@ -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 | - |
|
||||
|
|
Loading…
Reference in New Issue