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
Listbox examples: Prevent default arrow key scroll only when moving focus in listbox (pull #1294)
Resolves#1249 by changing up and down arrow key handling in listbox.
With this change, default scroll behavior is only prevented if focus is actually moved.
This allows the up/down arrow keys to scroll the listbox to its upper and lower bounds.
Co-authored-by: Matt King <[email protected]>
0 commit comments