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
Since the 1.5 update, whenever ItemsSource is changed, SelectedItem is set to the first item in ItemsSource. This overwrites any selection that the user might have previously made.
AutoCompleteComboBox.bug.mp4
Expected behaviour:
If SelectedItem exists in the new ItemsSource, it shouldn't change. If it doesn't, the selection should be cleared.