Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created May 12, 2018 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdic-coder/87235c761e32539514790496260128b9 to your computer and use it in GitHub Desktop.
Save nerdic-coder/87235c761e32539514790496260128b9 to your computer and use it in GitHub Desktop.
addHeroForm.html
<div>
<label>Hero name:
<input type="text" value={this.hero.name} onInput={(event) => this.handleChangeName(event)} placeholder="name" />
</label>
<button onClick={() => this.add()}>
add
</button>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment