Problem using React Aria DatePicker in a modal #5699
Unanswered
mattwendzina
asked this question in
Q&A
Replies: 1 comment
-
I have managed to fix this by removing Overlay that component that it was being wrapped in. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to integrate the DatePicker into a Modal (we use the Radix Dialog for this). I'm having issues with the layering as a result but I'm not able to change the z-index on the DatePicker because it sits in the React Aria Popover which is in a portal. Is there an easy of over-writing this so that the Popover falls into the flow of the DOM rather than being set in a React portal? I can't see anything in the docs that refers to whether this is possible or not.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions