netojose / laravel-bootstrap-4-forms

Bootstrap 4 forms for Laravel 5/6/7/8
MIT License
183 stars 58 forks source link

autocomplete('off') not being honored #95

Open swartjie opened 4 years ago

swartjie commented 4 years ago

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 commented 4 years ago

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')