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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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 .

Empty