Skip to content

Instantly share code, notes, and snippets.

@agoiabel
Last active September 3, 2018 08:40
Show Gist options
  • Select an option

  • Save agoiabel/d1096ec6ffb2283dafa7f31f387106a4 to your computer and use it in GitHub Desktop.

Select an option

Save agoiabel/d1096ec6ffb2283dafa7f31f387106a4 to your computer and use it in GitHub Desktop.
<button onClick={this.formSubmitHandler}
disabled={!this.state.formControls.name.valid}
>
Submit
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment