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
Have you checked the browser logs? I get the similar issue when I add Select component inside Dialog and if you open the Dialog and then open the Select component and press escape - the dialog closes and browser hangs and logs this error: "(7) Uncaught ResizeObserver loop completed with undelivered notifications".
Describe the bug
Pressing escape while a Select component is open inside of an open Sheet component results in the page being stuck.
Affected component/components
Sheet, Select
How to reproduce
Put a Select component inside a Sheet component.
Open the sheet, open the select
Press Escape: the sheet closes, and I cannot interact with anything on the page.
I assume it is because of the way keypress events are handled, having both the Select and the Sheet open should close both.
Codesandbox/StackBlitz link
No response
Logs
System Info
Before submitting
The text was updated successfully, but these errors were encountered: