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.
Current behaviour:
Since the 1.5 update, whenever
ItemsSource
is changed,SelectedItem
is set to the first item inItemsSource
. This overwrites any selection that the user might have previously made.AutoCompleteComboBox.bug.mp4
Expected behaviour:
If
SelectedItem
exists in the newItemsSource
, it shouldn't change. If it doesn't, the selection should be cleared.Steps to reproduce:
See the demo in this branch. Specifically, this commit.
The text was updated successfully, but these errors were encountered: