This component allows for simple, fixed with input textboxes to be masked.
npm install react-masked-inputThis component allows for simple, fixed with input textboxes to be masked.
For example:
var MaskedInput = require('./react-masked-input');
onValue={this.props.value} />