We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce7c6b commit b8ed3feCopy full SHA for b8ed3fe
docs/api/AbstractControl.md
@@ -35,6 +35,11 @@ get parent: FormGroup | FormArray
35
The parent control.
36
##
37
```ts
38
+submitted: boolean
39
+```
40
+A control is `submitted` if the `handleSubmit` function has been called on it.
41
+##
42
+```ts
43
get status: string
44
```
45
The validation status of the control. There are four possible validation statuses:
0 commit comments