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

When using ComboBox with a custom component and binding it to an enum type (via generics),  does not trigger the ValueChanged event on user interaction.


This happens only when:
  • You use TEnum  as TValue
  • The binding uses the pattern:
  • You're wrapping the ComboBox in a generic component (@typeparam TEnum)
Replication : 
1) Run the sample 
2) see the value - ValueChanged event is not triggers 

Expected : 
The ValueChanged event is triggered when the user selects a different value.
Current Output: 
The ValueChanged event is not triggered when selecting a new value.