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 6c7df5e commit 58da710Copy full SHA for 58da710
docs/api/FormGenerator.md
@@ -12,7 +12,6 @@ A react component which generates a tree of control objects & render the UI by k
12
13
14
## Props
15
-##
16
```ts
17
onMount: (form: FormGroup|FormArray) => void
18
```
@@ -131,7 +130,7 @@ The above example will create a structure like that:
131
130
132
formState: any|{ value: any, disabled: boolean }
133
134
-You can use this prop to define the initial state of the control.
+You can use this property to define the initial state of the control.
135
### Note:
136
Only works with [FormControl](FormControl.md)
137
0 commit comments