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

Use Case Background

I am creating an Edit Form with a drop-down. I am binding the value of the dropdown to a string.

Sometimes, this drop-down will already have a value and need to be changed.

Expectation

When I load the form, the dropdown will already contain a value. When I change the value, the bound string will update.

Issue

  1. When the dropdown is rendered with a non-null value, an exception is shown in the console (see stack trace)
  2. When I change the value, the bound string does not update.

When I load a form that does not contain a value (value=null), the bound string changes every time., as expected

Screen Shot

Empty