2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-25 14:17:45 +00:00

Increase timeout for blurTimeout

This commit is contained in:
Robin 2020-12-29 18:51:17 +01:00 committed by GitHub
parent 608d9efaa6
commit 562c178c1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,7 +244,7 @@
if (that.selection && that.currentValue !== query) {
(options.onInvalidateSelection || $.noop).call(that.element);
}
}, 200);
}, 350);
},
abortAjax: function () {