Skip to content

Instantly share code, notes, and snippets.

@otmjka
Created December 27, 2019 14:19
Show Gist options
  • Select an option

  • Save otmjka/7dd648a76badb764a635d37c093b4e7d to your computer and use it in GitHub Desktop.

Select an option

Save otmjka/7dd648a76badb764a635d37c093b4e7d to your computer and use it in GitHub Desktop.
react input enter
handleChange(e) {
  this.setState({ value: e.target.value });
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment