mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-25 06:07:45 +00:00
Updated the autocomplete attribute to match the spec.
This commit is contained in:
parent
174df1c93a
commit
fc5cdb93b8
@ -163,12 +163,7 @@
|
|||||||
options = that.options,
|
options = that.options,
|
||||||
container;
|
container;
|
||||||
|
|
||||||
// Remove autocomplete attribute to prevent native suggestions:
|
that.element.setAttribute('autocomplete', 'off');
|
||||||
// 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
|
|
||||||
that.element.setAttribute('autocomplete', 'nope');
|
|
||||||
|
|
||||||
// html() deals with many types: htmlString or Element or Array or jQuery
|
// html() deals with many types: htmlString or Element or Array or jQuery
|
||||||
that.noSuggestionsContainer = $('<div class="autocomplete-no-suggestion"></div>')
|
that.noSuggestionsContainer = $('<div class="autocomplete-no-suggestion"></div>')
|
||||||
|
Loading…
Reference in New Issue
Block a user