-
Notifications
You must be signed in to change notification settings - Fork 197
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
Browser Autocomplete/Autofill does not fill input despite user selection #101
Comments
There have been previous reports of autofill not working in Chrome. I did some investigation and seems that |
Well, a quick glance at this issue suggests that there's no solution so far and the buggy behaviour being observed is the (ir)responsibility of web browser developers not caring for emitting proper events. |
Hmm, okay, so there is a solution at least for modern Chrome:
So, yes, just wrap the I guess I'll add that to the readme. Note: don't wrap two |
See the updated demo: autocomplete now works for me. |
Hi,
Thanks for providing this plugin, it's been really helpful. I wanted to add the brower's html
autoComplete = 'mobile tel'
property to help users fill their phone numbers faster:While this does show the browser autocomplete dropdown on mobile and desktop:
When the user actually selects one of the options, the input does not change and there are no errors in the console.
Do you know why this might be and how we can go about solving this?
Thanks for your help in advance,
Henry
The text was updated successfully, but these errors were encountered: