Commit f29dd399 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by cinwell.li

show dropdown when input is focused via tab

parent fbd50ae3
...@@ -14,6 +14,7 @@ ...@@ -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')"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment