From a68a73df8965e327ef2ee708ea74c02acbe91ee0 Mon Sep 17 00:00:00 2001 From: Gonzalo Nandez Date: Thu, 29 Mar 2018 13:43:03 +0200 Subject: [PATCH] Chore: update es changelog for 2.3.1 and 2.3.2 (#10459) --- CHANGELOG.es.md | 6 +++--- examples/docs/es/select.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.es.md b/CHANGELOG.es.md index e8b9329ee..77f77caae 100644 --- a/CHANGELOG.es.md +++ b/CHANGELOG.es.md @@ -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 diff --git a/examples/docs/es/select.md b/examples/docs/es/select.md index 8712d6d9a..4c47223fb 100644 --- a/examples/docs/es/select.md +++ b/examples/docs/es/select.md @@ -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 | - |