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

dist code in npm differs from src code. `filterCharsIsWhitelist` and `autoComplete` fields are missed in dist code, so it don't work as expected. Could you please update npm dist code?...

![image](https://user-images.githubusercontent.com/66993391/116929798-979a1a80-ac67-11eb-9f02-a850adaf59e2.png) with pictured setting, pressing backspace in the input causes a crash: ![image](https://user-images.githubusercontent.com/66993391/116929872-b13b6200-ac67-11eb-9b3d-8bdc508008b0.png)

i figured it out ! we can actually assign style component to it , my code setting : ``` const ReactCodeInputStyling = styled(ReactCodeInput)` border: 2px solid green; ` const props...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Hi there, [For solution please see below] here is part of my code ... const [code, setCode] = useState(''); const onChange = (code) => { setCode(code) } ... It renders...

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.12.0 to 9.18.5. Release notes Sourced from highlight.js's releases. 10.3.2 - Oops, "Javascript". Tiny tiny release, just to fix the website incorrectly not listing Javascript in the...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

Temporary Fix addressing the Android backspace issue, checking the keycode value if 229 and the current input target value is equal to 1 and if matched, removing the input. This...

Added the TypeScript types for the `autoComplete` prop added in #100 based on [the MDN docs](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete)