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
Since on:keydown will only bubble to the Drawer from a focusable element within the drawer, we might want to consider adding an invisible input and give initial focus to it.
Using dialog.showModal can help here, but there are also tradeoffs that might not be worth it.
The text was updated successfully, but these errors were encountered:
Since on:keydown will only bubble to the Drawer from a focusable element within the drawer, we might want to consider adding an invisible input and give initial focus to it.
Using dialog.showModal can help here, but there are also tradeoffs that might not be worth it.
The text was updated successfully, but these errors were encountered: