Open MDesharnaisX opened 1 year ago
Yeah, this is documented here:
I've been able to work around the issue with something like this:
const tabEl = querySelectorIncludesText(
'.polls-modal .nav-tabs a', 'Responses');
tabEl.click();
When using Tabs and trying to change the active one programmatically, nothing happens. I can't change the active one at load time but not afterwards (that excludes onMount). Example