We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e62d9 commit 26f2c87Copy full SHA for 26f2c87
1 file changed
src/jquery.autocomplete.js
@@ -247,6 +247,7 @@
247
disable: function () {
248
var that = this;
249
that.disabled = true;
250
+ clearInterval(that.onChangeInterval);
251
if (that.currentRequest) {
252
that.currentRequest.abort();
253
}
@@ -595,6 +596,7 @@
595
596
597
that.visible = false;
598
that.selectedIndex = -1;
599
600
$(that.suggestionsContainer).hide();
601
that.signalHint(null);
602
},
0 commit comments