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
The first one is focused. When I press Tab the focus moves to the next one -> ✅
The second one is focused now. When I press Shift+Tab i expect to move back to the first one. But instead the second one is "re-focused", the overlay with the suggestions blinks and the focus does not change. -> 🟥
The second one is still focused. Pressing Tab moves to the first -> ✅ (Since there are only 2 the focus loops that is expected.)
Describe the bug
I have two
AutoSuggestBox
es in aRow
The first one is focused. When I press Tab the focus moves to the next one -> ✅
The second one is focused now. When I press Shift+Tab i expect to move back to the first one. But instead the second one is "re-focused", the overlay with the suggestions blinks and the focus does not change. -> 🟥
The second one is still focused. Pressing Tab moves to the first -> ✅ (Since there are only 2 the focus loops that is expected.)
Additional context
The text was updated successfully, but these errors were encountered: