Skip to content

Commit a79ad10

Browse files
author
Kuldeep Saxena
authored
Update FieldGroup.md
1 parent f00f742 commit a79ad10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/FieldGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A react component which creates a new or can be used with an existing [FormGroup
66
- It creates a new instance of [FormGroup](FormGroup.md) in absence of the `name` and `control` props.
77
- 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.
88
- 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.
1010
- If a `control` prop is defined then it just returns the same.
1111

1212

0 commit comments

Comments
 (0)