timdeschryver / ng-signal-forms

105 stars 7 forks source link

feat: add markAllAsTouched to FormGroup #15

Closed goetzrobin closed 1 year ago

goetzrobin commented 1 year ago

this adds a function markAllAsTouched to the FormGroup element. It either calls markAsTouched or markAllAsTouched on the controls of the current FormGroup. This will walk through all controls in the form tree recursively, marking all of them as touched.

closes #14

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: