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!>
Thanks for joining our community and helping improve Syncfusion products!
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.