You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Select] Scroll jumping to the selected item when reaching start or end of the list with Select.ScrollUpButton and Select.ScrollDownButton present #3686
Scroll jumping to the selected item when reaching start or end of the list with <Select.ScrollUpButton /> and <Select.ScrollDownButton /> present
With buttons:
Screen.Recording.2025-09-26.at.13.58.31.mov
Works without buttons:
Screen.Recording.2025-09-26.at.14.01.10.mov
Expected behavior
It should not jump to the selected item. It should let you scroll from the top slowly down and from the bottom slowly up. As for example shown above in the video without the buttons.
Reproducible example
Suggested solution
Temporary workaround:
Remove <Select.ScrollUpButton /> and <Select.ScrollDownButton />.
Or
Swap <Select.ScrollUpButton /> and <Select.ScrollDownButton /> to <div> for now.