-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
NgbAccordion - destroyOnHide - doesn't seem to work correctly #1915
Labels
Milestone
Comments
Looks like it doesn't work to me too. Here is the link the plunkr that simply adds |
Same issue here. |
I have the same issue too. |
I am also having this same issue. |
You could take a look at #1940 |
I've tried the solution in #1940 and it works for me |
maxokorokov
pushed a commit
to bbalvanera-zz/ng-bootstrap
that referenced
this issue
Nov 21, 2017
Add .collapse class to panel. When destoyOnHide is set to `false`, the panel remains visible due to a missing bootstrap class Fixes ng-bootstrap#1915
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello everyone,
if I set the 'destroyOnHide' option to the boolean 'false', the accordion don't close the panels anymore.
If you use one of your link in Plunker (eg: this) and put
[destroyOnHide]="false"
on the first line of the 'src/accordion-toggle.html' file you can see the effect.Here the versions of the libraries that I'm using:
Thank you!
The text was updated successfully, but these errors were encountered: