Explorar el Código

show dropdown when input is focused via tab

Leopoldthecoder hace 8 años
padre
commit
f29dd399d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/select/src/select.vue

+ 1 - 0
packages/select/src/select.vue

@@ -14,6 +14,7 @@
       <input
         type="text"
         class="el-select__input"
+        @focus="visible = true"
         @keyup="managePlaceholder"
         @keydown="resetInputState"
         @keydown.down.prevent="navigateOptions('next')"