|
@@ -4,13 +4,13 @@
|
|
|
|
|
|
*2018-05-11*
|
|
|
|
|
|
-- Fixed DatePicker panel jumping to the current month after picking a date in a non-current month when `type` is dates, #10973
|
|
|
-- Fixed clearable Input still displaying the clear icon when readonly, #10912
|
|
|
-- Fixed closing the DatePicker panel without changing the value incorrectly triggering the `change` event, #11017
|
|
|
-- Fixed keyboard navigation not working properly when Select has grouped options, #11058
|
|
|
-- Added `prefix` named slot for Select, #11063
|
|
|
-- Added 'clearValidate` method for FormItem, #11076
|
|
|
-- Added `checkOnClickNode` attribute for Tree, #11111
|
|
|
+- Corregido que el panel DatePicker saltaba al mes actual después de escoger una fecha en un mes diferente cuando el tipo era `dates`, #10973
|
|
|
+- Arreglado que el `clearable Input` seguía mostrando el icono de borrado cuando era sólo de lectura, #10912
|
|
|
+- Arreglado que al cerrar el panel DatePicker sin modificar el valor se desencadenaba incorrectamente el evento `change`, #11017
|
|
|
+- Arreglado que la navegación por el teclado no funcionaba correctamente cuando Select tenia opciones agrupadas, #11058
|
|
|
+- Agregado el `slot named` `prefix` para Select, #11063
|
|
|
+- Agregado el metodo `clearValidate` para FormItem, #11076
|
|
|
+- Agregado el atributo `checkOnClickNode` para Tree, #11111
|
|
|
|
|
|
### 2.3.7
|
|
|
|