sagalbot / vue-select

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.
https://vue-select.org
MIT License
4.63k stars 1.34k forks source link

inconsistent keyboard navigation when mouse pointer is inside dropdown menu #1760

Open wuschi opened 1 year ago

wuschi commented 1 year ago

When the mouse pointer is positioned inside the dropdown menu with scrollable content and navigating the options with keyboard up/down keys, then the option below the mouse pointer is activated upon scroll. This leads to inconsistent scrolling behaviour when navigating by up/down keys.

Steps To Reproduce

Expected behavior When navigating the dropdown by keyboard, the mouse pointer should not be considered as currently active option.