show dropdown when input is focused via tab

pull/231/merge
Leopoldthecoder 2016-10-06 20:10:50 +08:00 committed by cinwell.li
parent fbd50ae343
commit f29dd399d6
1 changed files with 1 additions and 0 deletions

View File

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