0.3.1 • Published 9 years ago

react-masked-input v0.3.1

Weekly downloads
410
License
MIT
Repository
-
Last release
9 years ago

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} />
0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago