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!
Existing class is not removed if we added another class
using CssClass property.
Sample Link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Textbox_Cssclass-1726206034
Replication Procedure:
1. Run the attached sample.
2. Error class will be applied on initial loading.
3. Now type any value in the textbox, e-error class not removed and e-success class added.
Expected: e-error class should be remove and e-success class to be added.