Replies: 1 comment 4 replies
-
No information off the top of my head. Any chance you can reproduce it in a codesandbox? Either building it will shed light on the issue or we'll be able to debug something. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi, does anyone have any idea why I get this behavior when displaying a date range selector within a dialog?
I implemented the selector based on this example, with the only difference that the RangeCalendar component I am showing it inside a Dialog when I am in mobile but when selecting a range, the interface has a strange movement and a horizontal and vertical scroll is added to the document for a few seconds and what I could find is that it is due to a div element that is added and has this attribute
data-live-announcer="true"
, as seen in the video if I remove it stops happening.This only happens on mobile, when I am on desktop I am showing the selector inside a Popover as in the example and it works perfectly. Additionally I am using the MUI Dialog. Thank you very much for any help
video.1.webm
Beta Was this translation helpful? Give feedback.
All reactions