Message:
Hi everyone,
I'm experiencing a bug with the RadzenDropDown component when using the parameter ClearSearchAfterSelection="true":
Issue description
-
The search input is cleared after selecting an item (correct).
-
However, reopening the dropdown still applies the previous filter, even though the search input appears empty.
-
The filter only resets correctly when typing again or pressing backspace.
Steps to reproduce
-
Visit the playground:
https://github.com/radzenhq/radzen-blazor/issues/2405 -
Expand the dropdown and type some text in the filter input.
-
Select one of the filtered items, dropdown collapses (OK).
-
Reopen the dropdown:
-
Input is empty (expected as
ClearSearchAfterSelection=true) -
But the previously applied filter is still active (unexpected).
-
-
Typing or backspace re-triggers correct filtering.
Expected behavior
When reopening, the search input should be empty and no filter should be applied to the options.
Current behavior
The filter remains in effect until the user types again.
Related GitHub issue
I've created an issue with full details here.
Demo GIF

Thanks for any help or insights!
Daniel