Skip to content

Instantly share code, notes, and snippets.

@nerdic-coder
Created May 12, 2018 19:37
Embed
What would you like to do?
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