We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On iPhone in Chrome when you tap on "From Messages", only first box will be filled. In Safari doing the same correctly fills all boxes.
The text was updated successfully, but these errors were encountered:
maybe we can add add another input with input[autocomplete="one-time-code"] and hide it (just like when inputType is set to 'password')
input[autocomplete="one-time-code"]
inputType
'password'
Sorry, something went wrong.
Did you found a solution for that?
(Is there something like that feature also available for android?)
The issue also happens with the Android keyboard. it has a different event than paste.
No branches or pull requests
On iPhone in Chrome when you tap on "From Messages", only first box will be filled.
In Safari doing the same correctly fills all boxes.
The text was updated successfully, but these errors were encountered: