react-code-input
react-code-input copied to clipboard
React component for entering and validating PIN code.
If the activation code is wrong, I would like to clear the written code. I put "value" variable to props. And set the "value" to "" if the activation code...
note that this branch was branched off of #153 and will be easier to review in isolation from those changes. ------ fixed some issues around pasting, including: * Update focus...
Does this exist or how can I go about styling the focused input too?
note that this branch was branched off of #152 and will be easier to review in isolation from those changes. ------- improves the UI/UX of the docs. i tried upgrading...
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Passing tabIndex as props to support moving through inputs with pressing the `tab` key - `WIP`
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
It's possible to type letters when the input type is number in Safari and Firefox. Google and Opera work correctly. I added fix - https://github.com/40818419/react-code-input/pull/144/commits/2df8110fa1c2ccd01a929e01f90eaa0c15c9058c
Currently, react-code-input has a bug in value validation. In Safari and Firefox, it's possible to type letters when the react-code-input component receives 'numeric' type. Google and Opera work correctly.