react-native-otp-inputs
react-native-otp-inputs copied to clipboard
OTP inputs for React-Native
Bumps [terser](https://github.com/terser/terser) from 4.8.0 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) Commits See full diff in compare...
When the code input is completed, there should be a method to allow the user to navigate or do anything with the inputted code.
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
closes #293
Bumps [simple-plist](https://github.com/wollardj/simple-plist) from 1.1.1 to 1.3.1. Release notes Sourced from simple-plist's releases. TypeScript This release is a rewrite of the JavaScript code into TypeScript code to add strong typing for...
Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...
is there a way i can only delete the focused input box ? My code { resetErrorState(); if (code.match(/^[0-9]*$/)) { setValue(code); } }} numberOfInputs={CELL_COUNT} />
Hi, I have added this library to my project. And now it only pastes the number on the field in which I have pasted. For example, if I have copied...
Thanks for your amazing job! I would need to use the OTP inputs props in my React Native Project with Typescript
Hello, I am stuck on iOS OTP code auto-filling. I have set 6 as numberOfInputs and when I got OTP code SMS from keyboard accessory view. While Tapping on it,...