Accordion Panel within an Accordion Panel is broken #11848
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
A p-accordion within p-accordion is broken in primeNG v14.0.1.
The contents of all the p-accordionTab panels of an embedded p-accordion panel is always visible when the embedded p-accordion panel is visible
AccordionAccordionBug.mov
I believe the bug was induced by #11617 commit
f849e9d
Environment
Happens in both stackblitz and local project
Reproducer
https://stackblitz.com/edit/github-irxb1p?file=src%2Fapp%2Fapp.component.html,src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.component.spec.ts
Angular version
14.x
PrimeNG version
14.0.1
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
14+
Browser(s)
All Browsers
Steps to reproduce the behavior
https://github-irxb1p.stackblitz.io
Expected behavior
Embedded PrimeNG Accordion panels work the same as non-embedded PrimeNG Accordions.
V14.x embedded p-accordion works the same as V13.x embedded p-accordion
The text was updated successfully, but these errors were encountered: