Skip to content

Instantly share code, notes, and snippets.

@alexbenic
Last active June 23, 2018 15:44
Show Gist options
  • Save alexbenic/b6c962a184c0ae53a5093ec93b886515 to your computer and use it in GitHub Desktop.
Save alexbenic/b6c962a184c0ae53a5093ec93b886515 to your computer and use it in GitHub Desktop.
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