r5n-labs / react-native-otp-inputs

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

can you please tell how to diable otp auto fill it is always filling wrong otp input #222

Closed paras-kc closed 4 years ago

ice-chillios commented 4 years ago

@paras-kc It should be possible to pass some prop probably. More likely feature request :) Looks like good first issue. I would definitely merge it.

ice-chillios commented 4 years ago

@paras-kc I've added v4.1.0 autofillFromClipboard prop which is default to true. You can just pass false and autofilling will be skipped. In addition, I'm still not able to reproduce your issue without any code example unfortunately 😢.