mirror of https://github.com/ElemeFE/element
show dropdown when input is focused via tab
parent
fbd50ae343
commit
f29dd399d6
|
@ -14,6 +14,7 @@
|
|||
<input
|
||||
type="text"
|
||||
class="el-select__input"
|
||||
@focus="visible = true"
|
||||
@keyup="managePlaceholder"
|
||||
@keydown="resetInputState"
|
||||
@keydown.down.prevent="navigateOptions('next')"
|
||||
|
|
Loading…
Reference in New Issue