summaryrefslogtreecommitdiffstats
path: root/awesomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'awesomplete.js')
-rw-r--r--awesomplete.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/awesomplete.js b/awesomplete.js
index 1fb8e47..4432332 100644
--- a/awesomplete.js
+++ b/awesomplete.js
@@ -13,6 +13,7 @@ var _ = function (input, o) {
// Setup
this.input = $(input);
+ this.input.setAttribute("autocomplete", "off");
this.input.setAttribute("aria-autocomplete", "list");
o = o || {};