Skip to content

Commit 562c178

Browse files
authored
Increase timeout for blurTimeout
1 parent 608d9ef commit 562c178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jquery.autocomplete.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
if (that.selection && that.currentValue !== query) {
245245
(options.onInvalidateSelection || $.noop).call(that.element);
246246
}
247-
}, 200);
247+
}, 350);
248248
},
249249

250250
abortAjax: function () {

0 commit comments

Comments
 (0)