Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Description :
Active class not get added to the first item when
using the filtering event
Sample:
Replication Procedure :
1.Run the sample
2.Type the value “An” in the Combobox component
Expected Output : “e-active” class not get added to the first item in the
filtered list. (We need to press down arrow key to select the filtered item and
press enter key for selection.)
Actual Output : "e-active" class is not added when filtering
Validation Details :
The same case working fine when Filtering event is not bounded to the
component. Sometimes active class added to the item for the first character .
