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!

0
Votes

If the form data model is updated, then no matter what valid values are selected / entered, the form will always return Invalid.


Replication Procedure:
  1. Run the sample
  2. Click updateform button
  3. And select any value in dropdown
  4. And click submit
  5. And you can see the onInvalidSubmit event is trigger
Expected:  ValidSubmit event should trigger when the form validation is success
Actual: onInvalidSubmit event is trigger even when we enter a valid value