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 AutoCompleteBox with AsyncPopulator, after selecting an item from the dropdown, if the user types again in the textbox, the dropdown closes and the textbox loses focus. This interrupts the user experience, as the user must manually refocus the textbox to continue typing.
To Reproduce
Use an AutoCompleteBox with AsyncPopulator assigned.
Type text to trigger suggestions.
Select an item from the dropdown.
Type again in the textbox.
Observe: The dropdown closes and the textbox loses focus.