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

After validation, programmatically setting textbox value doesn't remove 'e-error' class.


Sample: https://blazorplayground.syncfusion.com/BtBqZPCFgPZutdzl


Replication procedure :

1.   Run the Sample.

2.   Click the submit button the error message will show.

3. Now, click the bind value button to programmatically set the value.

4. Now, see the issue the validation message removed but the “e-error” class not removed. 


 Expected Output: 'e-error' Class should remove after programmatically setting value.

Current Output: 'e-error' Class not removed after programmatically setting value.