diff options
Diffstat (limited to 'awesomplete.js')
-rw-r--r-- | awesomplete.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awesomplete.js b/awesomplete.js index 660b895..a422d1b 100644 --- a/awesomplete.js +++ b/awesomplete.js @@ -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 || {}; |