Skip to content

Instantly share code, notes, and snippets.

@NoamELB
Created December 7, 2017 15:26
Show Gist options
  • Save NoamELB/07d3e1a457576beef522e2d1d75c18f7 to your computer and use it in GitHub Desktop.
Save NoamELB/07d3e1a457576beef522e2d1d75c18f7 to your computer and use it in GitHub Desktop.
selectTab(e, value) {
this.setState({ value });
this.props.onChange(e, value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment