You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/FieldGroup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ A react component which creates a new or can be used with an existing [FormGroup
6
6
- It creates a new instance of [FormGroup](FormGroup.md) in absence of the `name` and `control` props.
7
7
- If a `name` prop is defined then it means that the control has to be added in an already existing parent control ( [FormGroup](FormGroup.md) / [FormArray](FormArray.md)) i.e the parent control must be present.
8
8
- If a control with the same name is already present in the parent control then it just returns the same otherwise it'll create a new instance of [FormGroup](FormGroup.md) class.
9
-
- You can define a parent control either by passing the `parent` prop or using the component as a child of the `FieldGroup` component.
9
+
- You can define a parent control either by passing the `parent` prop or using the component as a child of the `FieldArray` or `FieldGroup` component.
10
10
- If a `control` prop is defined then it just returns the same.
0 commit comments