Replies: 1 comment 2 replies
-
That looks like a bug. Thanks for the codesandbox demonstrating the issue <3 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have modal that has a number of Comboboxes in them. I'd like to make it so that when you click anywhere not in the Combobox it closes the Combobox. Currently it seems, I have to click inside the modal content area to close the Combobox.
I am not sure if I am missing some documentation or if this is expected (i'd hope not, it is a real pain).
Here is a rough example using React Aria Components' demo. https://codesandbox.io/s/react-typescript-forked-2ly428?file=/src/App.tsx
Beta Was this translation helpful? Give feedback.
All reactions