diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index 8c4d0502..414a8ca7 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -196,6 +196,7 @@ that.el.on('blur.autocomplete', function () { that.onBlur(); }); that.el.on('focus.autocomplete', function () { that.onFocus(); }); that.el.on('change.autocomplete', function (e) { that.onKeyUp(e); }); + that.el.on('input.autocomplete', function (e) { that.onKeyUp(e); }); }, onFocus: function () { @@ -670,7 +671,7 @@ html += '