Extending keyboard bindings for 'Backspace' key in Tree component #7957
Unanswered
jamieeriksson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am excited by the release of the new Tree component!
Is there a way to extend keyboard bindings on React Aria components - specifically the Tree and TreeItem? I am looking to add behavior when the 'Backspace' key is pressed on a focused TreeItem to initiate removing the item (asking for delete confirmation).
Would I have to opt for a custom component that uses and merges props with React Stately hooks?
Beta Was this translation helpful? Give feedback.
All reactions