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!

9
Votes

Hello, I'm using the dropdown list inside a form and I notice a weird behavior that is firing the 

OnFieldChanged of my EditContext.

I have an object that has a property `string?`, and a list of items, I have my code like the following:

Empty



As you notice my Text object is initialized with an empty string, and the first time that the page is loaded without touching the dropdown list the event is fired, which is wrong because the field doesn't change yet. But when the value is inits as null all is working fine.