Hi,
I need to be able to programmatically change the display label after the tab has been created. How can I achieve that?
I tried the following:
tab.items[0].textContent = "haha";
and
tab.items[0].innerText = "haha";
It didn't work properly (see attachment in zip file)
The text changed, but the formatting is completely gone, and after changing the text, not of the other tabs are clickable.
Attachment:
1_44548714.zip