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
177 stars 56 forks source link

Filter is applied before the filter criteria is changed #102

Open MikhailGor opened 5 months ago

MikhailGor commented 5 months ago

While sequential input characters into the filter string, it takes as the filtering criteria the value of the text field that was BEFORE the last character was entered. I assume that the filter activation trigger is binded to the KeyDown event, and not to the filter criteria string changed event.

sdolhaor commented 2 months ago

Hello. I cannot reproduce the issue, maybe it depends on some other configuration factors?

I tested on the Example app, with default settings there, by entering in the filter:

Can you provide detailed steps/a sample app with your configuration to reproduce this? Thank you in advance.