Skip to content

Instantly share code, notes, and snippets.

@cidicles
Created July 8, 2019 16:56
Show Gist options
  • Save cidicles/a6831f315cbd556bbfcca5d5efa2d225 to your computer and use it in GitHub Desktop.
Save cidicles/a6831f315cbd556bbfcca5d5efa2d225 to your computer and use it in GitHub Desktop.
inputChange = (e) => {
this.setState({
[e.currentTarget.id]: e.target.value // NOTE: Sets the state object equal to the inoput ID, ensure you have an id on the input
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment