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 @@
<input
type="text"
class="el-select__input"
@focus="visible = true"
@keyup="managePlaceholder"
@keydown="resetInputState"
@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