Releases: sanniassin/react-input-mask
Releases · sanniassin/react-input-mask
0.7.8
- Prevent edit on readOnly inputs
0.7.7
- Fixed cursor jump to start when mask changed on focus
0.7.6
- Fixed cursor jump to the end when mask changed from empty to non-empty on active input
0.7.5
0.7.4
- Better work in Samsung browser on Android
0.7.3
0.7.2
0.7.1
- Exclude .babelrc from npm package
0.7.0
- Improved compatibility with uncontrolled inputs. Switching between empty and non-empty mask will not transform uncontrolled input into controlled one and will not reset value.