You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2021. It is now read-only.
I need to use multiple tabs, but when I do (using the demo recipes) it doesn't work. I do have single: false, and all IDs and hrefs are unique.
This is what I'm getting on page load with two tab areas, so far so good:
Now, when I click any of the tabs, it can't hide its siblings anymore, resulting in this (it also doesn't update the active tab class properly - as you can see, both are active):
Hi there, thanks for the script :)
I need to use multiple tabs, but when I do (using the demo recipes) it doesn't work. I do have
single: false, and all IDs andhrefs are unique.This is what I'm getting on page load with two tab areas, so far so good:
Now, when I click any of the tabs, it can't hide its siblings anymore, resulting in this (it also doesn't update the active tab class properly - as you can see, both are active):
Can you please look into this? Thanks!