Group inside a Date picker popover is not working properly #7332
-
I've developed a date picker component using React Aria components. I have a use case where I need to display date fields within the date picker's dialog popover. To fulfill my requirements, I'm using the component from React Aria Components to include two date field components. However, when I place the component inside the date picker dialog popover, the popover's position behaves unexpectedly and does not align as intended. You can check the issue here -> https://codesandbox.io/p/sandbox/cz4n2y?file=%2Fsrc%2FDatePicker.tsx%3A71%2C1 Another data point is when i place Group inside normal popover with its working fine you can check that too in above link. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think this is the same issue as #6934 (comment) Here's it working https://codesandbox.io/p/sandbox/rac-date-picker-forked-2ks3ng |
Beta Was this translation helpful? Give feedback.
I think this is the same issue as #6934 (comment)
Here's it working https://codesandbox.io/p/sandbox/rac-date-picker-forked-2ks3ng