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 <input
type="text" type="text"
class="el-select__input" class="el-select__input"
@focus="visible = true"
@keyup="managePlaceholder" @keyup="managePlaceholder"
@keydown="resetInputState" @keydown="resetInputState"
@keydown.down.prevent="navigateOptions('next')" @keydown.down.prevent="navigateOptions('next')"