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('off') not being honored #95

Open
swartjie opened this issue Feb 23, 2020 · 1 comment
Open

autocomplete('off') not being honored #95

swartjie opened this issue Feb 23, 2020 · 1 comment

Comments

@swartjie
Copy link

Hey Guys,

When I call->autocomplete('off') on the form, or on an input in the form, it seems google chrome does not give a crap about it.
It just keeps suggesting names...

How can we get around this?

@jamesst20
Copy link

jamesst20 commented Mar 9, 2020

This bug is specific to chrome.

In some versions, chrome will accept autocomplete="off" and in some others, anything but the word 'off' will do the trick.

You could try for instance ->autocomplete('PleaseChromeDontBeSuchAMess')

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