Can Popover be used inside a modal dialog? #7016
Unanswered
nicholasrice-hs
asked this question in
Q&A
Replies: 1 comment
-
Looks like it works following the examples on our docs There's also an example on https://react-spectrum.adobe.com/react-aria/index.html if you follow |
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
-
I'm trying to use components implementing Popover inside a dialog, such as
Select
andDatePicker
, however elements in the flyout seem to never be able to receive focus. Ideally, I'd like to leverage the<dialog>
element because my browser matrix supports it, however elements inside the Popover don't seem to be able to receive focus. Next, I tried usingreact-aria-components
modal / dialog pattern but I am running into the same issue.Is there a way to make these Popover controls work inside modal dialogs?
Beta Was this translation helpful? Give feedback.
All reactions