react-maskedinput icon indicating copy to clipboard operation
react-maskedinput copied to clipboard

Masked <input/> React component

Results 64 react-maskedinput issues
Sort by recently updated
recently updated
newest added

no comments for now.. so, waiting :(

I see that you have made the changes, but didn't release a new version. Can you please release a new version.

I've added an ability to use isRevealingMask with this component. The description for this option is in https://github.com/insin/inputmask-core#isrevealingmask--boolean

Hi everyone! mask = 1111-1111-1111-1111 past value= 4111 1111 1111 1111 change event not working

Hi there, I am using React 16.14 and I am getting some warnings warning in the console using the MaskInput component. Warnings: - Warning: componentWillMount has been renamed, and is...

Consider I have a mask with value `111---111`. In desktop browser everything is ok and `---` static content is skipped while typing, But this skipping doesn't work on mobile browsers.

My customer is Japanese, he wants can typing with an IME keyboard on this mask. But I can't find any solution for that. Can you support the IME keyboard?

onChange perfectly works on desktop browsers, but doesn't handled on mobile Chrome 😢

From what I've read Mobile Internet Explorer doesn't support the onKeyPress event, which is breaking this implementation. I've looked at the open pull request for android (https://github.com/insin/react-maskedinput/pull/47) and was able...

Look that: ![Mask Bug](http://upnic.net/-/mask-bug.gif) Any idea of how to solve that? Demo env: package.json ``` "dependencies": { "react": "^15.4.1", "react-dom": "^15.4.1", "react-maskedinput": "^3.3.4" } ``` App.js ``` var React =...