Skip to content

Commit 91dcf34

Browse files
author
bietkul
committed
2 parents 3cfcbf1 + 4d75fe7 commit 91dcf34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/AbstractControl.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ If the control has any children, it will also mark all children as `unsubmitted`
172172
```ts
173173
markAsTouched(opts: {
174174
onlySelf?: boolean;
175+
emitEvent?: boolean;
175176
} = {}): void
176177
```
177178
Marks the control as `touched`.
@@ -181,6 +182,7 @@ This will also mark all direct ancestors as `touched` to maintain the model.
181182
```ts
182183
markAsUntouched(opts: {
183184
onlySelf?: boolean;
185+
emitEvent?: boolean;
184186
} = {}): void
185187
```
186188
Marks the control as `untouched`.

0 commit comments

Comments
 (0)