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!

14
Votes

Right now it seems that when using the @bind-Value attribute it only accepts string values. It would be nice if this could accept complex types (or plain old C# objects) as a value. This would reduce boiler plating. Right now I'm having to define a string ID somewhere on my form for the selected value, then lookup the complex type at the time that I save the outer object back to the database.

The BlazoredTypehead has a nice way of dealing with this. See the screenshot for more details.

Annotation 2019-12-13 160253.png