I have a form in which one of the controls is a formArray of formGroups. I set custom validators to some controls inside the formGroups. The validators works fine and if I check the validity status of the formArray when some of the controls is invalid the formArray is invalid too. But the problem is that although the formArray has status invalid the form has status valid.
Is like the form is ignoring the status of the formArray control.
This is the way it works?