Commit 6dc98ebc authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Select: fix menu not expand when clicked on input

parent 9ae38e01
......@@ -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"
......
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