react-maskedinput
Advanced tools
Changelog
3.2.0 / 2016-05-24
Changelog
3.0.0 / 2015-10-23
Breaking change: Now uses a mask
prop to define the input mask instead of pattern
, to avoid preventing use of the the HTML5 pattern
attribute in conjunction with the input mask.
Breaking change: React >= 0.14 is now required.
React 0.14 compatibility. [[jquense][jquense]]
Updated to inputmask-core@2.1.1
Updates based on inputmask-core@2.1.0:
placeholderChar
prop to configure the placeholder character.pattern
prop changes - the user's input so far is replayed with the new pattern (with mixed results - TBD).UMD build is now available via npm in dist/
. [[muffinresearch][muffinresearch]]
Changelog
2.0.0 / 2015-04-07
Breaking change: inputmask-core@2.0.0 is now required.
Added undo/redo when Ctrl/Command + Z/Y are used.
Changelog
1.1.0 / 2015-03-26
Updated to inputmask-core@1.2.0
A formatCharacters
prop can now be passed to configure input mask format characters.
Changelog
1.0.0 / 2015-03-25
Initial release features: