select2 / select2

Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
https://select2.org/
MIT License
25.84k stars 6.27k forks source link

Scrolling with keys, while the mouse pointer hovers over the list #6301

Open FackelAB opened 4 months ago

FackelAB commented 4 months ago

Reproduction Steps:

Actual:

Expected:

This happens for both directions as long as the element under the mouse pointer is selectable.

Addional Information: The scrolling works correct on the first drop-down (the plain select-style drop-down), but is also wrong on the 2nd example (the multi-select box).