You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
This is currently not possible, because all content is trapped into a div.panel-body as defined in the accordion-group.html template.
I'm ready to submit a PR for this, but I'm not sure how to keep it backwards compatible. Perhaps an attribute like <accordion-group auto-panel-body="false" ...
The text was updated successfully, but these errors were encountered:
I am gonna check it in a future, we need to bring this back to life and this is not an important issue right now. You can always override the template for that use case. Will leave this open tho :)
Creating a custom template may be a bit awkward, but at the least, there is now the ability to use a custom template on a component by component basis for the accordion due to #4084, which should ease the problem a bit.
There are various use cases when using the accordion where one may not want all contents transcluded into a div with class panel-body.
For example, I want to use a panel footer and a list group as per: http://getbootstrap.com/components/#panels
This is currently not possible, because all content is trapped into a
div.panel-body
as defined in theaccordion-group.html
template.I'm ready to submit a PR for this, but I'm not sure how to keep it backwards compatible. Perhaps an attribute like
<accordion-group auto-panel-body="false" ...
The text was updated successfully, but these errors were encountered: