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
Is your feature request related to a problem? Please describe.
When a popover is opened, currently the only way to exit is by clicking outside of the element via mouse interaction. This is an accessibility issue and also leads to bugs.
Describe the solution you'd like
AS a user with a popover open
WHEN I press the ESC key
THEN the popover should close
Additional context
Eg: An interaction inside the popover opens a dialog but the popover persists.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When a popover is opened, currently the only way to exit is by clicking outside of the element via mouse interaction. This is an accessibility issue and also leads to bugs.
Describe the solution you'd like
AS a user with a popover open
WHEN I press the
ESC
keyTHEN the popover should close
Additional context

Eg: An interaction inside the popover opens a dialog but the popover persists.
The text was updated successfully, but these errors were encountered: