From 562c178c1d16f4fe05f8702567d713747b16cec1 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 29 Dec 2020 18:51:17 +0100 Subject: [PATCH] Increase timeout for blurTimeout --- src/jquery.autocomplete.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.autocomplete.js b/src/jquery.autocomplete.js index 31658c8..fca22ce 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 () {