Skip to content

Commit 472620e

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent e2479e3 commit 472620e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ export default class Login extends Component {
105105
}
106106
```
107107

108-
## Add Dynamic Control
108+
## Add Controls Dynamically
109109

110-
You can also create dynamic controls without even initializing the group control object with the help of new react form components ( [FieldGroup](docs/api/FieldGroup.md), [FieldControl](docs/api/FieldControl.md), [FieldArray](docs/api/FieldArray.md)).
110+
You can also create controls without even initializing the group control object with the help of new react form components ( [FieldGroup](docs/api/FieldGroup.md), [FieldControl](docs/api/FieldControl.md), [FieldArray](docs/api/FieldArray.md)).
111111

112112
```js
113113
import React, { Component } from 'react'
@@ -169,7 +169,7 @@ export default class Login extends Component {
169169
}
170170
```
171171

172-
<b>So, it's not mandatory that you need to define your control separately but if you want better control then you should do that, if your controls are dynamic then you can also initalize the empty group control and add the controls later.
172+
<b>So, it's not mandatory that you need to define your control separately but if you want a better control over your form state then you should do that, if your controls are dynamic then you can also initalize the empty group control and add the controls later.
173173
See the example:</b>
174174

175175
```js

0 commit comments

Comments
 (0)