-
-
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
Nested card-based accordions don't behave as expected #18632
Comments
X-Ref: #18160 |
/me kicks @twbs-lmvtfy back to life |
Hi @cvrebert! You appear to have posted a live example (https://fiddle.jshell.net/6Laqymq0/show/light/), 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.) |
@aimeos Please fix those. |
@cvrebert Makes no difference: https://fiddle.jshell.net/6Laqymq0/1/ |
@cvrebert As an improvement, a "data-href" attribute should be used so we aren't forced to add an tag only for the "href". It works well without the additional tag. |
@aimeos The plugin already supports a |
I'm gonna say this is on-hold until we get Accordions working with Cards in the first place (#18375). |
Closing because I think #22251 addressed this? Please holler if not. |
Accordions with nested cards don't open/close as expected: https://jsfiddle.net/6Laqymq0/
The text was updated successfully, but these errors were encountered: