Multiselect-ComboBox
Multiselect-ComboBox copied to clipboard
Filter is applied before the filter criteria is changed
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.
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:
- first "AR" - it did show "Arabic" languages between others
- then I typed "M" (so the filter is "ARM") - now it shows "Armenian" but Arabic languages are hidden (as expected).
Can you provide detailed steps/a sample app with your configuration to reproduce this? Thank you in advance.