Created
May 6, 2016 21:00
-
-
Save dictions/b8ac05bb52aeefa87d5f4051d046d2d7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
this.createFormHelper('email') | |
// Returns: | |
{ | |
get() { | |
return this.state | |
}, | |
set(e) { | |
this.setState({email: e.target.value}) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment