I'm new to MVVM and WPF and I was wondering if there is a way to implement a search box for a ComboBox using the MVVM pattern. Is there a way to do something like this post, not that fancy but a simple ComboBox that allows you to write and filter the items using the MVVM pattern. I've seen a lot of examples here that implements a filter in the code-behind but none doing it in the MVVM way.
Many thanks.