RWS / Multiselect-ComboBox

The multi selection combo box is a WPF custom control with multiple item selection capabilities, along with customizable features to group, sort and filter items in the collection.
Apache License 2.0
182 stars 55 forks source link

Two binding mode is not working for SelectedItems #51

Closed shahshyam closed 2 years ago

shahshyam commented 3 years ago

Scenario, I have custom list of object which is binding with SelectedItems. At some condition, I am removing all items from custom list of object but still getting selected items in combox panel in font end

sdolhaor commented 2 years ago

Sorry for the late reply. Can you please check again with the latest update of the component? We have worked a bit in the way SelectedItems work; it should now better support INotifyCollectionChange-based source data (such as ObservableCollections). Thank you in advance for reporting your findings back!

mitchcapper commented 2 years ago

can confirm this works.