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

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.