Commonts to comments

pull/273/head
Elijah 3 years ago committed by GitHub
parent d0c066fcb9
commit e41c894108
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,7 +137,7 @@ We usually use form to handle user information. Let us move to form section and
## Getting multiple input data from form
In this section we will develop a small form which collect user information. Our user is a student. We use a parent form element and certain number of input elements to collect user information. In addition to that we will have event listener for the form (onSubmit) and for the inputs (onChange). See the following example try to see the commonts too. You can also check the live [demo](https://codepen.io/Asabeneh/full/eYNvJda).
In this section we will develop a small form which collect user information. Our user is a student. We use a parent form element and certain number of input elements to collect user information. In addition to that we will have event listener for the form (onSubmit) and for the inputs (onChange). See the following example try to see the comments too. You can also check the live [demo](https://codepen.io/Asabeneh/full/eYNvJda).
```js
import React, { Component } from 'react'

Loading…
Cancel
Save