Skip to content

Instantly share code, notes, and snippets.

@sunilsomarajan
Created January 3, 2019 05:50
handleChange = event => {
event.persist();
this.setState({
searchterm: event.target.value
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment