react-native-otp-inputs
react-native-otp-inputs copied to clipboard
Auto filling otp in ios not work proper
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, the entire OTP code of 6 letters got filled to the first index of TextInput out of 6. The rest of TextInputs remains empty.
Hi @BhalodiyaHappyDV
Did you got any solution of this issue?
I am also facing similar issue. For my side I have 4 digits input field. And when I tapping on the keyboard OTP view. First it fills the entire 4 digits OTP in first field, and then 1st, 3rd, 4th input box filled with correct value, but second box remain empty. See attached image.

I am using this version
"react-native": "0.63.3"
"react-native-otp-inputs": "^5.0.1"
Also tested it on latest version 7.0.3 of this package, but issue still same.
autofill not worked in Ios 15.4 and 14.1 in simulator but on real device it's work.