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!
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
When I load a form that does not contain a value (value=null), the bound string changes every time., as expected
Screen Shot