I got an issue with Angular validation.
I have a nested modelGroup in a parentForm. In the parentForm there is a max value used in the nested modelGroup as a directive input for maximum value of the zip field.
Example in Stackblitz: https://stackblitz.com/edit/91k00-nested-from-validity
Expected result: Once you change the max value, the max directive evaluate the zip field and invalidate the field, then the modelGroup and the parentForm are invalid too.
Actual result: Once you change the max value, the max directive evaluate the zip field and invalidate the field but the modelGroup and parentForm are still valid.
Could you explain me this behaviour and help me to fix it ? Thanks


myForm.validprop tofalsein this case.