diff --git a/jquery.auto-complete.js b/jquery.auto-complete.js index 330e04a..9a27f10 100644 --- a/jquery.auto-complete.js +++ b/jquery.auto-complete.js @@ -32,7 +32,7 @@ // sc = 'suggestions container' that.sc = $('
'); that.data('sc', that.sc).data('autocomplete', that.attr('autocomplete')); - that.attr('autocomplete', 'off'); + that.attr('autocomplete', that.data('autocomplete-override') || 'off'); that.cache = {}; that.last_val = '';