-
|
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) useuseSelectableCollectionwhich supports the shouldFocusWrap option which will allow focus to go to the first/last item if you hit the bottom/top of your collection.useSelectableListsupports that prop as well whichuseMenu,useListBoxetc use as well. Note some of those higher level hooks may not propagateshouldFocusWrapat the moment however.