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
|
||||
type="text"
|
||||
class="el-select__input"
|
||||
:class="`is-${ selectSize }`"
|
||||
@focus="visible = true"
|
||||
:class="[selectSize ? `is-${ selectSize }` : '']"
|
||||
:disabled="disabled"
|
||||
@keyup="managePlaceholder"
|
||||
@keydown="resetInputState"
|
||||
|
|
Loading…
Reference in New Issue