-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple accordions collapse each other #21074
Comments
you reuse the ids |
@bkdotcom Thanks for catching that, I fixed those duplicates. The bug still persists as described. |
Will be fixe in the next release, see : #18847 |
@Johann-S thanks, I figured this had already been discovered but couldn't find the existing issue. |
You're welcome @dmbaughman 😉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When multiple accordion-type collapse groups are on a page, expanding a new item in one group collapses the open item in the other accordion.
The example below shows two collapse groups with unique IDs on the parents and unique IDs on each section. Clicking on a collapsed section on either group will close the open section on the opposite group.
http://codepen.io/dmbaughman/pen/xRKrwN
Version, OS, Browser details:
The text was updated successfully, but these errors were encountered: