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

React component for entering and validating PIN code.

Results 94 react-code-input issues
Sort by recently updated
recently updated
newest added

When the OTP is opened in Safari or Chrome on iphone, the keyboard is closed, while in Android, the keyboard opens when the otp page comes up.

Do we have the ability to clear all inputs? I want to clear all inputs when user enter wrong OTP. Thanks

**Issue** the `max-length` property is not valid for input type `number`. **Solution** Something like this (just an idea). ``` const textInputs = ['email', 'password', 'search', 'tel', 'text', 'url']; let maxLength...

### Description - When input `type` is `number`, pressing plus sign `(+)`. - It can press `+` sign `2 times` in one input. - The `value` is `correct`, it does't...

Is there any way to add a placeholder (ex: "-") for the input fields?

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.3 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Hi, when i use filterCharsIsWhitelist with filterChars, but it dose not work. ``` /** Filter Chars */ value = value.split('').filter(currChar => { if (filterCharsIsWhitelist) { return filterChars.includes(currChar); } return !filterChars.includes(currChar);...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.9.0 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@​nschonni) Set rejectUnauthorized to true by default (@​scott-ut, #3149) Features...

dependencies