Skip to content

Commit 687f05c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export default class Login extends Component {
173173
}
174174
}
175175
```
176-
<b>So, it's not necessary that you should define your control separately but if you need the 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.
176+
<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.
177177
See the example:</b>
178178

179179
```js
@@ -258,7 +258,6 @@ export default class Login extends Component {
258258
}
259259
```
260260

261-
## The best practice
262261
# Documentation
263262
* [Getting Started](docs)
264263
* [API](docs/api/)
@@ -269,6 +268,7 @@ Try out `react-reactive-forms` in these sandbox versions of the Examples.
269268
* [User Registeration Form With Nested Forms](https://codesandbox.io/s/p2rqmr8qk7)
270269
* [Form Array With Dynamic Controls](https://codesandbox.io/s/nw9wxw2nvl)
271270
* [Update On Submit](https://codesandbox.io/s/3qk1ly16j1)
271+
* [Multi-page Wizard Form](https://codesandbox.io/s/zk1m06r5y3)
272272

273273
Let's make React Reactive Forms better! If you're interested in helping, all contributions are welcome and appreciated.
274274

0 commit comments

Comments
 (0)