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

ValueChange event is not trigger and Validation does not occurs properly after we change the datasource and select the previously selected value again

Replication Procedure:
  1. Run the project.
  2. Select a value in the dropdown (e.g. 2).
  3. Click on Variation 2 - the selection will be cleared, and the validation will fail.
  4. Click on Variation 1.
  5. Select the same value used in step 2 (e.g. 2). Validation should now be successful, but it still shows a failure.
Expected: Validation should works properly
Actual: Validation not occurs properly