react-stateful-input
v0.1.0
Published
React Input component that holds state
Downloads
1
Readme
react-stateful-input
A React Input component that holds its input state.
How to Use
<StatefulInput ref='email' placeholder='enter your email'/>
You can then reference its value using refs like this
this.refs.email.stateValue