vain0x / DotNetKit.Wpf.AutoCompleteComboBox

ComboBox with filtering (auto-complete) for WPF
MIT License
71 stars 26 forks source link

Combine combobox filter with items/CollectionView filter #10

Closed kvpt closed 4 years ago

kvpt commented 4 years ago

This library work very well with simple list. But in my case I also want to use it with a filtered CollectionView. In this case, on the first opening the combobox is correctly filtered, but after the first search, the combobox overwrite the filter defined in the CollectionView. I think the right thing to do is to combine the two filters. If this change is too breaking for you, we can introduce a new setting in the dedicated class.

vain0x commented 4 years ago

Motivation is reasonable and the changes seem not breaking. Thank you!