Skip to content
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

Autocomplete attribute should be "off", not "no" #7

Open
johnmberger opened this issue Feb 25, 2020 · 1 comment
Open

Autocomplete attribute should be "off", not "no" #7

johnmberger opened this issue Feb 25, 2020 · 1 comment

Comments

@johnmberger
Copy link

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.
Screen Shot 2020-02-25 at 11 55 26 AM

The MDN docs show that this should actually probably be autocomplete="off"

When I change this via the inspect tool:
Screen Shot 2020-02-25 at 11 50 54 AM

This autocomplete is no longer there
Screen Shot 2020-02-25 at 11 51 01 AM

Thanks!!

jordanboston added a commit to jordanboston/vue-place-autocomplete that referenced this issue Jan 18, 2022
Seems to fix issues with Chrome autocomplete getting in the way. 
Issue [actengage#7](actengage#7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants