mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(components): [el-select] hover index (#4423)
This commit is contained in:
@@ -80,7 +80,7 @@ export function useOption(props, states) {
|
||||
|
||||
const hoverItem = () => {
|
||||
if (!props.disabled && !selectGroup.disabled) {
|
||||
select.hoverIndex = select.optionsArray.indexOf(instance)
|
||||
select.hoverIndex = select.optionsArray.indexOf(instance.proxy)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user