Hello,
I am playing with the Tab component's GetTabContent() method (in my case, for the active tab). After getting the Syncfusion.Blazor.DOM element, I tried using the element's AddClass() and GetClassList() methods.
The GetClassList() returns a null string[]. The AddClass() method does not add the new class to the HTML DOM even after StateHasChanged().
Before going further down this path, Is this manipulation of the DOM allowed or are my efforts being ignored by the component?
Peter