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
I cannot get the popup to open until after I have the textbox in focus. This happens when any text is in the textbox. If the textbox is empty then the textbox does not have to be in focus to open the popup. This is reproducible in the sample on Github. I have tried to navigate the code in order to create a pull request but it is over my head.
UpdateVisualState in AutoCompleteBox.cs is being called with IsDropDownOpen = true but the popup does not open.
How to reproduce:
Navigate to tab 'AutoCompleteComboBox'
Select an item in the Type: AutoCompleteComboBox
Navigate to any other tab
Navigate back to tab 'AutoCompleteComboBox'
Click the down arrow which should open the popup box.
The text was updated successfully, but these errors were encountered:
I cannot get the popup to open until after I have the textbox in focus. This happens when any text is in the textbox. If the textbox is empty then the textbox does not have to be in focus to open the popup. This is reproducible in the sample on Github. I have tried to navigate the code in order to create a pull request but it is over my head.
UpdateVisualState in AutoCompleteBox.cs is being called with IsDropDownOpen = true but the popup does not open.
How to reproduce:
The text was updated successfully, but these errors were encountered: