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:
parent
608d9efaa6
commit
562c178c1d
@ -244,7 +244,7 @@
|
|||||||
if (that.selection && that.currentValue !== query) {
|
if (that.selection && that.currentValue !== query) {
|
||||||
(options.onInvalidateSelection || $.noop).call(that.element);
|
(options.onInvalidateSelection || $.noop).call(that.element);
|
||||||
}
|
}
|
||||||
}, 200);
|
}, 350);
|
||||||
},
|
},
|
||||||
|
|
||||||
abortAjax: function () {
|
abortAjax: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user