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
Hi!
Looks like the input field has an autocomplete html attribute set to "no."
This is causing my browser (Chrome 80.0.3987.122) to display an autocomplete field.
The MDN docs show that this should actually probably be autocomplete="off"
autocomplete="off"
When I change this via the inspect tool:
This autocomplete is no longer there
Thanks!!
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/29931712/chrome-autofill-covers-autocomplete-for-google-maps-api-v3 https://codepen.io/ls-andrew-borstein/pen/VwWjoEM?editors=1010
I'm having some issues with this as well. :)
Sorry, something went wrong.
Update autocomplete to off
b653684
Seems to fix issues with Chrome autocomplete getting in the way. Issue [actengage#7](actengage#7)
No branches or pull requests
Hi!
Looks like the input field has an autocomplete html attribute set to "no."
This is causing my browser (Chrome 80.0.3987.122) to display an autocomplete field.
The MDN docs show that this should actually probably be
autocomplete="off"
When I change this via the inspect tool:
This autocomplete is no longer there
Thanks!!
The text was updated successfully, but these errors were encountered: