react-code-input
react-code-input copied to clipboard
React component for entering and validating PIN code.
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...
I'm trying to find a way to submit a form on Enter key press in last digit input. Unfortunately cannot figure out how to achieve this because none of the...
Hi ! What would you think about adding a `focus()` method on the component that would focus the first input. As you are already keeping track of each input ref,...
when i use the function onChange and value then all changes happen only in the first cell
Hi, Is there any way to add a separator for each input or after a certain input? For example: 
note that this branch was branched off of #154 and will be easier to review in isolation from those changes. ------ this PR simplifies component state handling and updates `state.value`...
When I try to install this package using `yarn install`, getting the following error. yarn install v1.17.3 warning package-lock.json found. Your project contains lock files generated by tools other than...
Case: paste code with space at the end of the string `1234 ` all string pasted in first input. It is look like this:  or this: 
Right now pasting PINs works but, for example, pasting a four digit PIN into the first text input of a four digit input results in the second digit's input being...