devbridge / jQuery-Autocomplete

Ajax Autocomplete for jQuery allows you to easily create autocomplete/autosuggest boxes for text input fields
https://www.devbridge.com/sourcery/components/jquery-autocomplete/
Other
3.56k stars 1.66k forks source link

Fix chrome autocomplete issue #715

Closed mdinsmore closed 6 years ago

mdinsmore commented 6 years ago

As per https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion

Some browsers e.g. Google Chrome ignore autocomplete=off but autocomplete=nope will provide the correct behaviour.