Last active
May 26, 2018 02:46
-
-
Save glendaviesnz/dc10b33e8033ba730059f2e7acad339a to your computer and use it in GitHub Desktop.
Rxjs based React forms blog post
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<EasyForm onsubmit="this.onFormSubmit"> | |
<label> | |
First name | |
<input name="firstName" /> | |
</label> | |
<label> | |
Last name | |
<input name="lastName" /> | |
</label> | |
<input name="newsletterSub" type="checkbox" /> | |
<button type="submit">Submit</button> | |
</EasyForm> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment