Skip to content

Commit b8ed3fe

Browse files
author
Kuldeep Saxena
authored
Update AbstractControl.md
1 parent 4ce7c6b commit b8ed3fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/api/AbstractControl.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ get parent: FormGroup | FormArray
3535
The parent control.
3636
##
3737
```ts
38+
submitted: boolean
39+
```
40+
A control is `submitted` if the `handleSubmit` function has been called on it.
41+
##
42+
```ts
3843
get status: string
3944
```
4045
The validation status of the control. There are four possible validation statuses:

0 commit comments

Comments
 (0)