mirror of https://github.com/ElemeFE/element
Select: fix menu not expand when clicked on input
parent
9ae38e01e4
commit
6dc98ebcf7
|
@ -26,8 +26,7 @@
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
class="el-select__input"
|
class="el-select__input"
|
||||||
:class="`is-${ selectSize }`"
|
:class="[selectSize ? `is-${ selectSize }` : '']"
|
||||||
@focus="visible = true"
|
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@keyup="managePlaceholder"
|
@keyup="managePlaceholder"
|
||||||
@keydown="resetInputState"
|
@keydown="resetInputState"
|
||||||
|
|
Loading…
Reference in New Issue