sapabg
sapabg
"data" is the name of the FormArray get data() { return this.buySellFormGroup.get('data') as FormArray; } "type" is the name of the radio FormControl getControl(i: number) { return this.buySellFormGroup.get('data')?.get(i.toString())?.get('type') as FormControl...
> This issue is still reproduced with version 16 Any workaround please ? you need an unique inputId attribute on every radio but the same form control (name) on all...
This is still happening!