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!
The dynamically added cssclass is not removed from the wrapper when rendering the textbox as a custom component.
Issue reproducing sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/Blazor_Server1513863805
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.
