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
Note: you can see the accordion open all accordion tabs as dialog closes
Open dialog
Note: all accordion tab content is visible but the collapse/open icon is still in "closed" state
I tried overriding the activeIndex list upon opening the dialog, but there was no difference.
You can further see this behavior by setting the activeIndex list to all indices (to default to open state).
Open the dialog.
Collapse 1 or more accordion tabs.
Open and close the dialog twice.
It will show the previously collapsed accordion tabs as "opened" despite not showing their content.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Primeng version: 17.18.10
Recreated the issue at Stackblitz: https://stackblitz.com/edit/llx7yx-s6d7mc?file=src%2Fapp%2Fdialog-basic-demo.html,package.json
Steps to recreate:
I tried overriding the activeIndex list upon opening the dialog, but there was no difference.
You can further see this behavior by setting the activeIndex list to all indices (to default to open state).
Open the dialog.
Collapse 1 or more accordion tabs.
Open and close the dialog twice.
It will show the previously collapsed accordion tabs as "opened" despite not showing their content.
Beta Was this translation helpful? Give feedback.
All reactions