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

The dynamically added cssclass is not removed from the wrapper when rendering the textbox as a custom component.



Replication procedure:

1. Run the attached sample.

2. Check the DOM and we can see that “e-custom” class in the wrapper element.

3. Click the toggle button we can see the “e-custom1” class in the wrapper element.

4. Now click the toggle button and we can see the “e-custom e-custom1’ class in the wrapper element.


Empty