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
A React Input component that holds its input state.
<StatefulInput ref='email' placeholder='enter your email'/>
You can then reference its value using refs like this
this.refs.email.stateValue
npm i react-stateful-input
1
0.1.0
MIT