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.
We've had a request to add an ESC keypress feature to dismiss our EuiTooltip without requiring keyboard users to tab away and possibly lose their place.
Describe the solution you'd like
The EuiTooltip would have a new feature added to listen for the ESC keypress event. If the tooltip is in view, it would be closed and focus would stay on the triggering element.
I'm asking in a feature request vs. a PR because this component is widely used, and my bandwidth is constrained atm.
Is your feature request related to a problem? Please describe.
We've had a request to add an
ESC
keypress feature to dismiss ourEuiTooltip
without requiring keyboard users to tab away and possibly lose their place.Describe the solution you'd like
The
EuiTooltip
would have a new feature added to listen for theESC
keypress event. If the tooltip is in view, it would be closed and focus would stay on the triggering element.I'm asking in a feature request vs. a PR because this component is widely used, and my bandwidth is constrained atm.
Additional context
The text was updated successfully, but these errors were encountered: