Last active
June 23, 2018 15:44
-
-
Save alexbenic/b6c962a184c0ae53a5093ec93b886515 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return ( | |
<div> | |
<div style={{ marginBottom: "25px" }}> | |
<input | |
type="text" | |
style={inputStyle} | |
value={this.state.filter} | |
onChange={evt => this.handleChange(evt)} | |
tabIndex={0} | |
/> | |
</div> | |
</div> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment