-
I have created a horizontal list and was able to successfully use Right and Left arrow keys to navigate using keyboardDelegate. I am not able to do the same for the drop indicator. It only works with Up/Down arrow keys. Any idea how I can achieve that ? I am using https://react-spectrum.adobe.com/react-aria/useDroppableCollection.html#reordering as the base implementation Kapture.2023-05-10.at.22.13.18.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately, useDroppableCollection doesn't support ArrowLeft/Right at the moment, only ArrowUp/Down are covered here: react-spectrum/packages/@react-aria/dnd/src/useDroppableCollection.ts Lines 538 to 555 in 98cad3f |
Beta Was this translation helpful? Give feedback.
Unfortunately, useDroppableCollection doesn't support ArrowLeft/Right at the moment, only ArrowUp/Down are covered here:
react-spectrum/packages/@react-aria/dnd/src/useDroppableCollection.ts
Lines 538 to 555 in 98cad3f