Revert "fix(components): [select/select-v2] prevent dropdown closing on mixed input (#22869)" (#23224)

This reverts commit 3ba25b9759.
This commit is contained in:
rzzf
2025-12-28 03:36:48 +08:00
committed by GitHub
parent 5e21ab8ebd
commit 08808f2ed6
2 changed files with 0 additions and 2 deletions

View File

@@ -14,7 +14,6 @@
]"
@mousemove="hoverItem"
@click.stop="selectOptionClick"
@mousedown.prevent
>
<slot :item="item" :index="index" :disabled="disabled">
<span>{{ getLabel(item) }}</span>

View File

@@ -8,7 +8,6 @@
:aria-selected="itemSelected"
@mousemove="hoverItem"
@click.stop="selectOptionClick"
@mousedown.prevent
>
<slot>
<span>{{ currentLabel }}</span>