-
-
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
Multi accordion support + unit test #25161
Multi accordion support + unit test #25161
Conversation
Nice PR @MartijnCuppens I'll take time to review it asap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM from a quick look. @Johann-S please verify when you can.
Is it possible to see a CodePen with your feature @MartijnCuppens ? please |
Her you go @Johann-S: https://codepen.io/MartijnCuppens/pen/YYxpqW?editors=1000 Shall I also include an example in the docs? |
I picked up this code from our documentation and your change break the current behavior see : https://codepen.io/Johann-S/pen/PEKbdR?editors=1000 The example is here in our documentation : https://getbootstrap.com/docs/4.0/components/collapse/#accordion-example An example or a quick note would be rad 👍 |
@Johann-S , doesn't |
If it's breaking the current code we should make sure we add related tests
and second postpone merging this for the stable...
…On Jan 3, 2018 15:24, "Johann-S" ***@***.***> wrote:
I picked up this code from our documentation and your change break the
current behavior see : https://codepen.io/Johann-S/pen/PEKbdR?editors=1000
The example is here in our documentation : https://getbootstrap.com/docs/
4.0/components/collapse/#accordion-example
(the second one)
An example or a quick note would be rad 👍
—
You are receiving this because your review was requested.
Reply to this email directly, view it on GitHub
<#25161 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAVVtWbaEPnkZMILjTG9arp89L8sFL7dks5tG3-egaJpZM4RQJPy>
.
|
Nope my bad this example is incorrect we should remove that example which isn't relevant anymore #22251 (since we removed the use or |
@Johann-S, I already took care of that ;) : https://github.com/twbs/bootstrap/pull/25121/files |
Nice thank you @MartijnCuppens 👍 |
Fixes #24810.