react-input-mask
react-input-mask copied to clipboard
Input masking component for React. Made with attention to UX.
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...
Hello! I have an almost working example of mui Autocomplete with react-input-mask. https://codesandbox.io/s/kind-hellman-22j39?file=/src/App.tsx Can someone help me make an example of how this combination can work?
I am trying to create micro frontend with web components and shadow DOM technology along with React. In form I need multiple react-input-mask fields but its not working. Note: Single...
Hello, I'm trying to do snapshot testing with Jest and react-test-renderer, but it fails. I use _3.0.0-alpha.2_ code: ``` import React from 'react'; import renderer from 'react-test-renderer'; import InputMask from...
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...
Has anyone come across something like that? I tried to create a mask that contemplates `123 hours` or `1234 hours`, but it seems not to work well: ``` const formatChars...
That's it. While there is a type def for the 2.x version, there is not for 3.x. I just found this lib so I don't have enough knowledge and couldn't...
Hi, iam try to use `formatChars={fchars}` props, but React return an error `React does not recognize the `formatChars` prop on a DOM element. If you intentionally want it to appear...