Is your feature request related to a problem? Please describe
Currently, re-focusing/clicking on the AutoSuggestBox while the TextBox has text does not bring up the SuggestionsList. The only way to bring the SuggestionsList back is to add or remove text.
Windows apps with WinUI-styled controls like Settings do bring up the suggestions list on focus if there's text in the AutoSuggestBox TextBox.
Describe the solution you'd like
The AutoSuggestBox should show the suggestions list on focus/click if there's a search query and it's not focused on already.
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem? Please describe
Currently, re-focusing/clicking on the AutoSuggestBox while the TextBox has text does not bring up the SuggestionsList. The only way to bring the SuggestionsList back is to add or remove text.
Windows apps with WinUI-styled controls like Settings do bring up the suggestions list on focus if there's text in the AutoSuggestBox TextBox.
Describe the solution you'd like
The AutoSuggestBox should show the suggestions list on focus/click if there's a search query and it's not focused on already.
Describe alternatives you've considered
No response
Additional context
No response