Skip to content

Commit 6611606

Browse files
committed
autocomplete='off' no longer works in chrome. Instead, use autocomplete='false'
1 parent 6328816 commit 6611606

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

awesomplete.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ var _ = function (input, o) {
1313
// Setup
1414

1515
this.input = $(input);
16-
this.input.setAttribute("autocomplete", "off");
16+
this.input.setAttribute("autocomplete", "false");
1717
this.input.setAttribute("aria-autocomplete", "list");
1818

1919
o = o || {};

awesomplete.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)