-
some collection components are built upon Collection interface / comopnents from react-stately What if I want a slightly different keyboard navigation behavior, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
A bunch of the collection specific react aria hooks ( |
Beta Was this translation helpful? Give feedback.
A bunch of the collection specific react aria hooks (
useComboBox
,useSelectableList
, etc) useuseSelectableCollection
which supports the shouldFocusWrap option which will allow focus to go to the first/last item if you hit the bottom/top of your collection.useSelectableList
supports that prop as well whichuseMenu
,useListBox
etc use as well. Note some of those higher level hooks may not propagateshouldFocusWrap
at the moment however.