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

Loading…
Cancel
Save