Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AutoSuggestBox has weird tab behavior #3761

Open
nicolaihenriksen opened this issue Jan 7, 2025 · 0 comments
Open

AutoSuggestBox has weird tab behavior #3761

nicolaihenriksen opened this issue Jan 7, 2025 · 0 comments
Labels

Comments

@nicolaihenriksen
Copy link
Contributor

Bug explanation

When using the demo app, the AutoSuggestBox on the Fields demo page is behaving strangely. Basically I am experiencing 2 different issues, I'll describe them both here, then we can split them into separate issues if need be.

  • When tabbing into the AutoCompleteBox using keyboard navigation (if put keyboard focus in a prior element, and hit tab until it gets keyboard focus), you are unable to tab out of the control. TAB does nothing, CTRL+TAB does nothing, and SHIFT+TAB does nothing.
  • If the suggestion list of the AutoCompleteBox has been visible but has been closed again (I believe this is the prerequisite), the TAB key now "works", but instead of tabbing out of the control, it now selects an element from the (invisible!) suggestion list.

Version

5.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant