Fixed custom-autocomplete ajax-call debouncing.
This commit is contained in:
Родитель
9470e2d1cd
Коммит
b90414a14f
|
@ -305,7 +305,7 @@
|
|||
}
|
||||
};
|
||||
if (options.ajax) {
|
||||
$(this).doTimeout(150, function () {
|
||||
$(this).doTimeout('autocomplete', 200, function () {
|
||||
updateSuggestionList();
|
||||
});
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче