diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index 31658c8d..fca22cea 100644 --- a/src/jquery.autocomplete.js +++ b/src/jquery.autocomplete.js @@ -244,7 +244,7 @@ if (that.selection && that.currentValue !== query) { (options.onInvalidateSelection || $.noop).call(that.element); } - }, 200); + }, 350); }, abortAjax: function () {