matthiasott / a11y-accordion-tabs

A script for an accessible accordion tabs component
MIT License
71 stars 6 forks source link

Multiple accordions on same page, setting data-default produces weird results #23

Open baronvertigovongrahamthesecondofsealand opened 6 months ago

baronvertigovongrahamthesecondofsealand commented 6 months ago

I have multiple accordions on the same page. If one of them has data-default attribute set, so that the first item in it auto opens, all subsequent accordions will also show the same behavior, even if the data-default attribute is not present on them.