0.3.1 • Published 10 years ago

react-masked-input v0.3.1

Weekly downloads
410
License
MIT
Repository
-
Last release
10 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

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago