Replies: 2 comments 1 reply
-
Thanks for the feedback. If I recall correctly, we've stayed away from implementing this ourselves because it's not an accessible interaction. It's really only available to mouse users. I think you could implement this using any overlay library you like, and put our listbox inside it. We may add this some day, but I don't think it's going to be a priority for us. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be nice to have a context menu component in react-aria-components, something like https://react-spectrum.adobe.com/react-aria/Menu.html but without trigger and with position coords.
For generic purpose maybe it should be called - float menu
Example of context menu in another library: https://szhsin.github.io/react-menu#context-menu
Beta Was this translation helpful? Give feedback.
All reactions