2
0
mirror of https://github.com/devbridge/jQuery-Autocomplete.git synced 2024-11-22 12:55:12 +00:00

Merge pull request #552 from mmcev106/master

Fixed a bug where the suggestion list briefly flashes when the select…
This commit is contained in:
Tomas Kirda 2016-11-03 15:32:22 -05:00 committed by GitHub
commit 607afd0713

View File

@ -853,6 +853,7 @@
var that = this;
that.hide();
that.onSelect(i);
that.disableKillerFn();
},
moveUp: function () {