Skip to content

Commit a165653

Browse files
author
Kuldeep Saxena
authored
Update README.md
1 parent a35f2e7 commit a165653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default class Login extends Component {
9898
}
9999
```
100100
## Add Dynamic Control
101-
You can also create dynamic controls without even initializing the group control object with the help of new react form components ( FieldGroup, FieldControl, FieldArray ).
101+
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)).
102102

103103
```js
104104
import React, { Component } from 'react';

0 commit comments

Comments
 (0)