-
-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels