react-input-mask
react-input-mask copied to clipboard
Input masking component for React. Made with attention to UX.
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...
When implementing the component, show this error. ```cmd Warning: InputMask contains an input of type undefined with both value and defaultValue props. Input elements must be either controlled or uncontrolled...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
This example does not work at all! ``` // Canadian postal code mask const firstLetter = /(?!.*[DFIOQU])[A-VXY]/i; const letter = /(?!.*[DFIOQU])[A-Z]/i; const digit = /[0-9]/; const mask = [firstLetter, digit,...
Just a heads up, we had to switch this out for another similar lib because masked inputs from this lib wouldn't accept input further than the first character when using...
Hi there, Is there anyway to use this library for currency formating? For example, if I need to allow unknown length of digits before decimal point and only one or...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
How to get the raw value on change and pass raw value on render. Something like this https://nosir.github.io/cleave.js/ event.target.rawValue
I need send the phone value like +5573916232 but always get the masked value.