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
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
The text was updated successfully, but these errors were encountered:
Bug explanation
When using the demo app, the
AutoSuggestBox
on theFields
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.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.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
The text was updated successfully, but these errors were encountered: