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

Placeholder property is not working here. Someone is facing the same issue?

Bumps [terser](https://github.com/terser/terser) from 4.4.3 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

the direct react and react-dom dependencies cause react and react-dom 16 to be installed when adding `react-code-input` to a react v17.x application, so i removed the direct react and react-dom...

Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [copy-props](https://github.com/gulpjs/copy-props) from 2.0.4 to 2.0.5. Release notes Sourced from copy-props's releases. 2.0.5 Fix Avoids prototype pollution (#7) Doc Update license years. Transfer ownership to Gulp Team (#6) Build Update...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

![error](https://user-images.githubusercontent.com/68167320/167129263-5b12cffc-574b-4d1f-8dcb-6fc96fae4ac0.png) Hi i got this error while i was trying to use the input Field, it works fine but this error wont go away framework - Next 12.1.6; Pc- Window...

Looks like react and reace-dom is not only a dependency but also a peer dependency. This can cause issues for those using mono repo workflows such as lerna or yarn...

In some instances, one may want to display the code with the component without the ability for users to change the input. In such a scenario, the read-only option will...