react-input-mask
react-input-mask copied to clipboard
Input masking component for React. Made with attention to UX.
Bumps [engine.io](https://github.com/socketio/engine.io) to 6.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `engine.io` from 3.2.1 to 6.2.1 Release notes Sourced from engine.io's releases. 6.2.1 :warning:...
Bumps [loader-utils](https://github.com/webpack/loader-utils) to 1.4.2 and updates ancestor dependency [html-webpack-plugin](https://github.com/jantimon/html-webpack-plugin). These dependencies need to be updated together. Updates `loader-utils` from 1.2.3 to 1.4.2 Release notes Sourced from loader-utils's releases. v1.4.2 1.4.2...
I'm building an ecommerce application that needs to be supported globally. This means that we work with various formats for zipcode amongst other things. In the United States a zip...
It's not clear whether children components are mostly self made components from projects or third-party components from npm. That's why I need stats. If you're passing another component as a...
This fails: ```js test("react-input-mask and react-testing-library", () => { const props = { type: "text", mask: "(999) 999-9999", maskChar: null, onChange: event => updateValue(event.target.value), value: "", } const {container, rerender}...
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) to 4.2.1 and updates ancestor dependency [karma](https://github.com/karma-runner/karma). These dependencies need to be updated together. Updates `socket.io-parser` from 3.2.0 to 4.2.1 Release notes Sourced from socket.io-parser's releases. 4.2.1 Bug...
I'm on the latest version (`"react-input-mask": "^3.0.0-alpha.2"`) and according to the README, I should be able to pass a component as children, like so (Form.Control is a react-bootstrap component): ```...
There is a way to use a optional char? Example: `` or `` or `` Thanks!
Hi, Anyone encountered this issue? Error: Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates...
Hello! I'm creating an application using React 16.8.6 + NextJS 9.0.2. It has a page that contains a Form that uses the component React Input Mask. When i run the...