Created
October 31, 2018 17:23
-
-
Save rocksinghajay/69c683485178bf007519330db3023a1e 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
| handleOnChange(event) { | |
| console.log(event.target.name); // the name of the form element | |
| console.log(event.target.value); // the value of the form element | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment