Skip to content

Instantly share code, notes, and snippets.

@surajitbasak109
Created February 10, 2020 20:26
Show Gist options
  • Save surajitbasak109/b5481740db3ffb6fae4ec862304730bb to your computer and use it in GitHub Desktop.
Save surajitbasak109/b5481740db3ffb6fae4ec862304730bb to your computer and use it in GitHub Desktop.
hanldeKeydown(evt) {
// ... more code ...
if (evt.keyCode === 8) {
this.setState({ item: { name: "", code: "", rate: "", unit: "" } });
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment