react-native-otp-inputs icon indicating copy to clipboard operation
react-native-otp-inputs copied to clipboard

OTP inputs for React-Native

Results 34 react-native-otp-inputs issues
Sort by recently updated
recently updated
newest added

Adding [SMS User Consnet API](https://developers.google.com/identity/sms-retriever/user-consent/overview) for Android would be great option for autofilling OTP SMS. The other otp components work with SMS Retriever API so you should consider. Thanks

Steps to reproduce 1. Lanuch your app 2. Request for OTP 3. You can see it automatically fill the previous OTP React native version 0.64 react-native-otp-inputs version 7.0.3 Code i...

I've used exact same thing as you have given in the example.

Here is my props given to OtpInputs: this.optRef=ref} ...... numberOfInputs={6} caretHidden={true} selectTextOnFocus={false} /> First, input three numbers, then press backspace until only one number(the first one) left. Then, type in...

![image](https://user-images.githubusercontent.com/40536295/189062518-d1cca5ae-cc27-42b4-8228-5db037ce6e1c.png)

I want to use only input type number only, I set keyboardType="phone-pad" but it is taking string from clipboard when copied.

Like if i have 4 otp inputs and i focus on any box then only color of that box should be changed. code.length === 4 ? setDisabled(false) : setDisabled(true)} autofillFromClipboard={true}...

Hello developers! Need a prop through which we can get to know if boxes has a value in it or not. With this we can style specific boxes if they...

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies