mdbootstrap / mdb-angular-ui-kit

Angular 18 & Bootstrap 5 & Material Design UI KIT
https://mdbootstrap.com/docs/angular/
Other
1.12k stars 280 forks source link

Accordion - Incorrect triggering of Events: itemShown, itemHidden #156

Closed Kiaba closed 1 year ago

Kiaba commented 2 years ago
image

File mdb-angular-ui-kit/projects/mdb-angular-ui-kit/accordion/accordion-item.component.html

Instead of

(collapseShow)="onShown()"
(collapseHide)="onHidden()"

We have to use

(collapseShown)="onShown()"
(collapseHidden)="onHidden()"
idzark commented 1 year ago

Thank you for reporting this problem. I added this to our to-do list and it should be fixed in the next update.

idzark commented 1 year ago

This problem was fixed in v3.0.1