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

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...

dependencies

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: ![image](https://user-images.githubusercontent.com/26428605/114455601-86349400-9c0e-11eb-8fee-7f4c9cea9d61.png)

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: ![image](https://user-images.githubusercontent.com/18362544/46419259-27852a00-c736-11e8-8ea1-777636618043.png) or this: ![image](https://user-images.githubusercontent.com/18362544/46419286-3e2b8100-c736-11e8-9202-e9cfa529550c.png)

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...