Skip to content

Instantly share code, notes, and snippets.

@rocksinghajay
Created October 31, 2018 17:23
Show Gist options
  • Select an option

  • Save rocksinghajay/69c683485178bf007519330db3023a1e to your computer and use it in GitHub Desktop.

Select an option

Save rocksinghajay/69c683485178bf007519330db3023a1e to your computer and use it in GitHub Desktop.
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