Multiselect-ComboBox icon indicating copy to clipboard operation
Multiselect-ComboBox copied to clipboard

Filter is applied before the filter criteria is changed

Open MikhailGor opened this issue 1 year ago • 1 comments

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.

MikhailGor avatar Apr 17 '24 15:04 MikhailGor

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.

sdolhaor avatar Jul 05 '24 07:07 sdolhaor