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 this also relevant to MenuButton? I see this is definitely a problem in ListBox, but I don't know enough about the desired keyboard UX for MenuButton. Maybe a user is meant to use arrows?
🐛 Bug report
Current Behavior
In listbox, tabbing away from an open listbox returns focus to the body instead of the next tabbable element. Reported by @jlongster
Expected behavior
Tab should focus the next tabbable element in the document flow.
Reproducible example
See the listbox in the docs to reproduce.
The text was updated successfully, but these errors were encountered: