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

When a combobox is used as a custom component inside the EditForm, the validation error message is not removed when values are programmatically set to the component.


Reproduction Steps:

  1. Run the attached sample.
  2. Click the submit button. Now validation message shown.
  3. Click the "add" button to add some values and observe that the error message persists.

Expected Behavior: The validation error message should be removed when values are programmatically set.

Current Behavior: The validation error message remains when values are programmatically set.