Select: fix menu not expand when clicked on input

This commit is contained in:
Leopoldthecoder
2017-10-31 18:07:18 +08:00
committed by 杨奕
parent 9ae38e01e4
commit 6dc98ebcf7

View File

@@ -26,8 +26,7 @@
<input
type="text"
class="el-select__input"
:class="`is-${ selectSize }`"
@focus="visible = true"
:class="[selectSize ? `is-${ selectSize }` : '']"
:disabled="disabled"
@keyup="managePlaceholder"
@keydown="resetInputState"