-
Notifications
You must be signed in to change notification settings - Fork 431
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
SMS autofill button does not work in Chrome for iOS #444
Comments
@gpalomar Which version are you on |
iOS 17.4.1 |
@gpalomar Which version of react-otp-input do you have? |
3.1.1 |
Same issue only with Chrome on a different version of iOS. |
Update: I just tested it with version 3.1.1 and it works for me |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using autofill "From messages XXXX" button does not work in Chrome for IOS. Works well in Safari.
I've tried to add autoComplete="one-time-code" to the renderInput but it still does the same.
In another issue says that only first number is set in the first input, but in my case none of them are filled.
Any idea about how to achieve this behaviour for Chrome users?
Thanks for your help!
The text was updated successfully, but these errors were encountered: