Open
Description
Which @angular/* package(s) are the source of the bug?
forms
Is this a regression?
No
Description
When child form control disabled. entire form group dirty status is change to be false
A former bug was resolved : #23309
But is is resolved only for direct parent (level+1).
If a form has multiple levels (fromArray, formgroup, ...), and a control at the bottom is marked as disabled, the dirty status of a upper parent (level +2) is changed to be false.
Please provide a link to a minimal reproduction of the bug
https://stackblitz.com/edit/sb1-wqy95ggs?file=src%2Fmain.ts
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run ng version
)
Anything else?
No response