Created
July 8, 2019 16:56
-
-
Save cidicles/a6831f315cbd556bbfcca5d5efa2d225 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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