-
-
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 with different data-parent collapse each other #20923
Comments
You appear to have posted a live example (http://codepen.io/anon/pen/JRaZyd.html), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Updated demo: http://codepen.io/anon/pen/JRaZyd |
Can you try with the latest from |
Closing as duplicate then! Thanks @Johann-S. |
In bootstrap 4 alpha 4, wIth two different accordions on one page having different data-parent's, I would expect them to collapse indepdent of each other. However, the first accordion collapse panels in the second and visa versa.
See demo at http://codepen.io/anon/pen/JRaZyd
This example is based on the original documention at http://v4-alpha.getbootstrap.com/components/collapse/#accordion-example
The text was updated successfully, but these errors were encountered: