Encountered exception Error: Cannot find control with name: 'property,property' #92
Labels
effort-1: minutes
Will only take a few minutes to fix/create
flag: good for first contribution
Good for a first PR on the repo
scope: lib
Anything related to the library itself
type: bug/fix
This is a bug or at least needs a fix
workaround-1: obvious
Obvious workaround
When using a
formArray
it is not possible to use[formArrayName]="formControlNames.property"
It seems that this key is concatenating the property name as many time as there's values in the array
The text was updated successfully, but these errors were encountered: