-
I have been unable to get the listbox within combobox to scroll when a user navigates with the keyboard. I have tried adding various styles to specific elements, but when using the keyboard to navigate, the container never scrolls when the user focuses on elements that are not in the container. I saw the issue @snowystinger was involved in that is similar #1504 - but thought a discussion might be more appropriate to start with unless it is determined to be a bug. Here is a code sandbox reproducing the issue Here is the design framework I am using with this example: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Strange, focused elements should've been brought into view via react-spectrum/packages/@react-aria/selection/src/useSelectableCollection.ts Lines 355 to 364 in faeb53e |
Beta Was this translation helpful? Give feedback.
Strange, focused elements should've been brought into view via
react-spectrum/packages/@react-aria/selection/src/useSelectableCollection.ts
Lines 355 to 364 in faeb53e