react-input-mask
react-input-mask copied to clipboard
Input masking component for React. Made with attention to UX.
These days it's expected that unfilled mask values look grey. It would also be better that the input's value does not include the mask characters. The mask with grey text...
Hi, are you going to support RTL(right-to-left) languages? ``` ... ```
Error stack: Unhandled Runtime Error TypeError: Cannot read properties of undefined (reading 'disabled') Call Stack eval node_modules\react-input-mask-next\lib\react-input-mask.development.js (340:0) Array.filter validateChildren node_modules\react-input-mask-next\lib\react-input-mask.development.js (339:0) InputMask node_modules\react-input-mask-next\lib\react-input-mask.development.js (1004:0) And im not even using...
An attempt to fix https://github.com/sanniassin/react-input-mask/issues/239, but tries to go a step further than https://github.com/sanniassin/react-input-mask/pull/255 as that fails with the [children](https://github.com/sanniassin/react-input-mask#children) tests. This is still not a perfect fix as I...
In my console, I received the following warning: Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of InputMaskChildrenWrapper which is inside StrictMode. Instead, add a ref directly...
Hey all! There are a ton of comments on this library, and I've had a lot of issues with it. One of the issues recommends using https://github.com/uNmAnNeR/imaskjs/tree/master/packages/react-imask, and I would...
Here is an example of how it should work: https://jsfiddle.net/0g86azpn/2/
I want to use mask for string : "(172.27.173.182:3001|localhost:3001|172.27.131.174|google.com)". The string's length is dynamic.  Help me, please! Thanks.
When you type in the middle of the input box, it will overwrite the next character instead of block insertions the character you typed (when reached max length). Its possible...
Allow InputMask to accept null value