diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index 173ac5e7..ffc9efb7 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -164,7 +164,7 @@ container; // Remove autocomplete attribute to prevent native suggestions: - that.element.setAttribute('autocomplete', 'off'); + that.element.setAttribute('autocomplete', 'new-password'); // html() deals with many types: htmlString or Element or Array or jQuery that.noSuggestionsContainer = $('
')