react-input-mask icon indicating copy to clipboard operation
react-input-mask copied to clipboard

Input masking component for React. Made with attention to UX.

Results 123 react-input-mask issues
Sort by recently updated
recently updated
newest added

So I was playing around with the `@next` build of `react-input-mask`, and specifically the bit about being able to wrap custom components. I was making some progress, but notice the...

With standard `` paste from iOS keybord works correctly. How to do it with react-input-mask?

Hi there, I tried to install this package with `npm install react-input-mask@next --save` command but I keep getting Module Not Found: Can't resolve 'react-input-mask' error on my machine. `npm -v`...

When I try to make this lib work with my design system components I get: `React does not recognize the `maskPlaceholder` prop on a DOM element. If you intentionally want...

Hi, Is it possible to have different characters for the mask in one input? For example dd/mm/yyyy instead of__/**/__**.

When a user enters a currency, The behavior expected is that : When the user taps 1. We should have $0.01 When the user taps 2. We should display $0.12...

Bumps [terser](https://github.com/terser/terser) from 4.2.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Hi @sanniassin , thanks for this amazing library. Look like it has been 3 years since last release. Are there any plan to release the version 3?

When running on automation test script using appium and webdriverio API, setValue or addValue it work on ios but not on android the OTP code that use react-input-mask does not...

On Windows 11 / Chrome Version 102.0.5005.115 If i type a number character it adds twice. The problem occurs if Half-width Katakana (Japanese input) is selected. Sharing a screen recording...