Select: fix menu not expand when clicked on input

pull/7900/merge
Leopoldthecoder 2017-10-31 18:07:18 +08:00 committed by 杨奕
parent 9ae38e01e4
commit 6dc98ebcf7
1 changed files with 1 additions and 2 deletions

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"