Skip to content

Instantly share code, notes, and snippets.

@ting11222001
Created October 5, 2020 06:07
Show Gist options
  • Save ting11222001/7a9f23535d2e408fa4daef8e1c5ed04a to your computer and use it in GitHub Desktop.
Save ting11222001/7a9f23535d2e408fa4daef8e1c5ed04a to your computer and use it in GitHub Desktop.
onChangeAccountname(e) {
this.setState({
accountname: e.target.value
});
};
onChangeDescription(e) {
this.setState({
description: e.target.value
});
};
onChangeDuration(e) {
this.setState({
duration: e.target.value
});
};
onChangeDate(date) {
this.setState({
date: date
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment