Merge pull request #5 from ardaninsaturnu/main

day 12 almost finished.
pull/162/head
Mehmet Arda Çelik 3 years ago committed by GitHub
commit 31e0293404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -154,8 +154,7 @@ class App extends Component {
onChange={this.handleChange}
onBlur={this.handleBlur}
placeholder='First Name'
/>{' '}
<br />
/> <br />
<small>{firstName}</small>
</div>
<div className='form-group'>
@ -196,8 +195,8 @@ class App extends Component {
<input
type='date'
name='dateOfBirth'
value={this.state.dateOfBirth}
onChange={this.handleChange}
value={ this.state.dateOfBirth }
onChange={ this.handleChange }
placeholder='Date of Birth'
/>
</div>
@ -309,7 +308,6 @@ class App extends Component {
placeholder='Write about yourself ...'
/>
</div>
<div>
<input type='file' name='file' onChange={this.handleChange} />
</div>

Loading…
Cancel
Save