You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases you want to display data in a dialog on mobile but on desktop keep it on the page.
This is currently not possible with this component due to the lack of responsive support on the isOpen value.
Wrapping the dialog in a div and setting display: none on smaller breakpoints neither works.
It might be a good idea to experiment / prototype how this would work, testing focus management, declarative buttons of a Dialog, etc.
We should revisit this in a future planning cycle to see if we can dedicate some time to the explorations mentioned. Please let us know if there is any urgency around this sooner.
Description
In some cases you want to display data in a dialog on mobile but on desktop keep it on the page.
This is currently not possible with this component due to the lack of responsive support on the isOpen value.
Wrapping the dialog in a div and setting
display: none
on smaller breakpoints neither works.Steps to reproduce
Version
Latest
Browser
Safari
The text was updated successfully, but these errors were encountered: