Skip to content

Commit

Permalink
Merge pull request LeaVerou#16756 from lydell/autocomplete-off
Browse files Browse the repository at this point in the history
Revert "autocomplete='off' no longer works in chrome. Instead, use au…
  • Loading branch information
LeaVerou committed Oct 27, 2015
2 parents 27096a3 + 66837d5 commit 934dd91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion awesomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var _ = function (input, o) {
// Setup

this.input = $(input);
this.input.setAttribute("autocomplete", "false");
this.input.setAttribute("autocomplete", "off");
this.input.setAttribute("aria-autocomplete", "list");

o = o || {};
Expand Down
14 changes: 7 additions & 7 deletions awesomplete.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 934dd91

Please sign in to comment.