In Angular when using Reactive Form, Form Group, and Child control are dynamically loaded.
Case where a parent control is Disabled and one of his children is invalid - makes the entire form invalid - even though the parent is disabled. I would expect that When a control is disabled and it contains child controls All child controls are disabled, and have status of DISABLED. So the Form validity will ignore the disabled parent and the Form will be Valid. this is not the case is reality.
please advise.