mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Select: fix menu not expand when clicked on input
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user