-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto filling otp in ios not work proper #268
Comments
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
|
Also tested it on latest version |
autofill not worked in Ios 15.4 and 14.1 in simulator but on real device it's work. |
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.
The text was updated successfully, but these errors were encountered: