Having trouble with overlapping label and input letters in my React form.
Looking for: The appearance shown in the top image
Experiencing: What is displayed in the bottom image
Any solutions on how to resolve this issue?
https://i.sstatic.net/Y3W2m.png
https://i.sstatic.net/KN0kY.png
<h5 className="grey-text text-darken-3">Sign In</h5>
<div className="input-field">
<label htmlFor="email">Email</label>
<input type="email" id="email" onChange={this.handleChange}/>
</div>