Skip to content

Commit f00f742

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

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
@@ -4,7 +4,7 @@ A react component which creates a new or can be used with an existing [FormGroup
44

55
## How it works
66
- It creates a new instance of [FormGroup](FormGroup.md) in absence of the `name` and `control` props.
7-
- If a `name` prop is defined then it means that the control has to be added in an already existing parent control ( FormGroup/FormArray) i.e the parent control must be present.
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.
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.
99
- You can define a parent control either by passing the `parent` prop or using the component as a child of the `FieldGroup` component.
1010
- If a `control` prop is defined then it just returns the same.

0 commit comments

Comments
 (0)