mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
Revert "fix(components): [select/select-v2] prevent dropdown closing on mixed input (#22869)" (#23224)
This reverts commit 3ba25b9759.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
]"
|
||||
@mousemove="hoverItem"
|
||||
@click.stop="selectOptionClick"
|
||||
@mousedown.prevent
|
||||
>
|
||||
<slot :item="item" :index="index" :disabled="disabled">
|
||||
<span>{{ getLabel(item) }}</span>
|
||||
|
||||
@@ -8,7 +8,6 @@
|
||||
:aria-selected="itemSelected"
|
||||
@mousemove="hoverItem"
|
||||
@click.stop="selectOptionClick"
|
||||
@mousedown.prevent
|
||||
>
|
||||
<slot>
|
||||
<span>{{ currentLabel }}</span>
|
||||
|
||||
Reference in New Issue
Block a user