r5n-labs / react-native-otp-inputs

OTP inputs for React-Native
MIT License
249 stars 91 forks source link

Unable to paste in android #260

Open akapoordeqode opened 3 years ago

akapoordeqode commented 3 years ago

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 9876 and tried to paste on the 1st field then only 9 will be shown on the 1st field. But when i do this thing on ios then it works good.

Please fix this issue ASAP.

michaelbayday commented 3 years ago

has anyone found a fix to this?

ghost commented 2 years ago

I'm having the same problem, I hope it gets resolved soon.

duro commented 2 years ago

3 months later and this is still an issue.

princefishthrower commented 2 years ago

@akapoordeqode - why don't you fix it?

princefishthrower commented 2 years ago

I've written my own from scratch that works without problems for both Android and iOS: https://chrisfrewin.medium.com/simple-one-time-password-otp-component-for-react-native-2a5518bac3bf

tahahaz1374 commented 1 year ago

Any updates on this issue?