Unknown: if you press escape you lose focus on all items.
mjhult opened this issue · 3 comments
mjhult commented
Pressing escape outside of SearchResults yields lost focus for all items.
WVAviator commented
I imagine pressing tab would allow you to regain focus in this scenario? PlaybackControls has autofocus enabled so supposedly if nothing is focused then it comes next.
Would we want to handle pressing esc in every focusable component?
We could maybe handle it in App.tsx for app-wide behavior
mjhult commented
Would we be able to handle it app-wide while still allowing individual components to add their own functionality?
More like a default behavior?
mjhult commented
Tab does work to bring playback controls back into focus.
Could not handle in App.tsx nor handle in each component.