react-masked-input
v0.3.1
Published
This component allows for simple, fixed with input textboxes to be masked.
Downloads
85
Maintainers
Readme
react-masked-input
This component allows for simple, fixed with input textboxes to be masked.
For example:
var MaskedInput = require('./react-masked-input');
<MaskedInput mask='(NNN) NNN - NNNN'
onChange={this.props.onChange}
onValue={this.props.value} />