Skip to content

Instantly share code, notes, and snippets.

@sunilsomarajan
Created January 3, 2019 05:50
Show Gist options
  • Save sunilsomarajan/e1347ef873e008047d80b4f46b965bbe to your computer and use it in GitHub Desktop.
Save sunilsomarajan/e1347ef873e008047d80b4f46b965bbe to your computer and use it in GitHub Desktop.
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