diff --git a/examples/docs/en-US/input.md b/examples/docs/en-US/input.md index 775768509..49940e9ac 100644 --- a/examples/docs/en-US/input.md +++ b/examples/docs/en-US/input.md @@ -696,7 +696,6 @@ Attribute | Description | Type | Options | Default |fetch-suggestions | a method to fetch input suggestions. When suggestions are ready, invoke `callback(data:[])` to return them to Autocomplete | Function(queryString, callback) | — | — | | popper-class | custom class name for autocomplete's dropdown | string | — | — | | trigger-on-focus | whether show suggestions when input focus | boolean | — | true | -| on-icon-click | hook function when clicking on the input icon | function | — | — | | name | same as `name` in native input | string | — | — | | select-when-unmatched | whether to emit a `select` event on enter when there is no autocomplete match | boolean | — | false | | label | label text | string | — | — | diff --git a/examples/docs/es/input.md b/examples/docs/es/input.md index a0d947814..9c2aa1138 100644 --- a/examples/docs/es/input.md +++ b/examples/docs/es/input.md @@ -675,7 +675,6 @@ Atributo | Descripción | Tipo | Opciones | Por defecto |fetch-suggestions | un método para obtener las sugerencias del input. Cuando las sugerencias estén listas, invocar `callback(data:[])` para devolverlas a Autocomplete | Function(queryString, callback) | — | — | | popper-class | nombre personalizado de clase para el dropdown de autocomplete | string | — | — | | trigger-on-focus | si se deben mostrar sugerencias cuando el input obtiene el foco | boolean | — | true | -| on-icon-click | funcion que se invoca cuando se hace click en el icono | function | — | — | | name | igual que `name` en el input nativo | string | — | — | | select-when-unmatched | si se emite un evento `select` al pulsar enter cuando no hay coincidencia de Autocomplete | boolean | — | false | | label | texto de la etiqueta | string | — | — | diff --git a/packages/date-picker/src/picker.vue b/packages/date-picker/src/picker.vue index 7cb80119f..261f2f634 100644 --- a/packages/date-picker/src/picker.vue +++ b/packages/date-picker/src/picker.vue @@ -18,8 +18,12 @@ @mouseenter.native="handleMouseEnter" @mouseleave.native="showClose = false" :validateEvent="false" - :prefix-icon="triggerClass" ref="reference"> + +