mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Adds the `markAllAsDirty` method to the `AbstractControl` class. This method will mark the control and all its descendants as dirty. I pretty much just duplicated the behaviour and tests of `markAllAsTouched`. Fixes #55990 PR Close #58663 |
||
|---|---|---|
| .. | ||
| abstract_model.ts | ||
| form_array.ts | ||
| form_control.ts | ||
| form_group.ts | ||