Accordion while looping over an FormArray #16723
Labels
area: material/expansion
forms
This issue is related to Angular Forms integration
needs investigation
A member of the team needs to do further investigation to determine the root cause
P4
A relatively minor issue that is not relevant to core functions
Reproduction
Use StackBlitz to reproduce your issue: stackblitz.com/edit/angular-42gobh
Steps to reproduce:
Expected Behavior
I was expecting to have a formGroup rendered for each form object in the FormArray.
Actual Behavior
I'm using *ngFor on an accordion and apparently by iterating on the values and calling inside the formGroup makes the whole browser crash.
Environment
The text was updated successfully, but these errors were encountered: