Closed (fixed)
Project:
Bootstrap Paragraphs
Version:
8.x-2.0-beta6
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Nov 2018 at 22:57 UTC
Updated:
11 Oct 2022 at 07:11 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
thejimbirch commentedI think that should be the default way as that is the example in the Bootstrap docs.
https://getbootstrap.com/docs/3.3/javascript/#collapse
I believe our JavaScript is altering it from working that way. We should adjust.
Comment #3
kwhiteComment #4
kwhiteOkay! So the issues were caused by Bootstrap's expectations around markup for the accordion parent container coupled with a missing hash on an ID. This is working for me locally; see what you think.
Comment #5
kwhite(oops, wrong comment ID in the patch name...)
Comment #6
thejimbirch commentedComment #8
thejimbirch commentedThanks! Fixed in Dev. This patch fixes the Accordion in Bootstrap 4 also! Woo!
Comment #10
antonio.lepore commentedIt's not working for me. According to the latest version of Bootstrap 4 the data-parent attribute is needed on the collapse element, not on the anchor
Comment #11
avpaderno@antonio.lepore This issue has been closed two years ago. If there is still something to fix, it's better to open a new issue.