mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-22 21:05: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:
commit
607afd0713
@ -853,6 +853,7 @@
|
|||||||
var that = this;
|
var that = this;
|
||||||
that.hide();
|
that.hide();
|
||||||
that.onSelect(i);
|
that.onSelect(i);
|
||||||
|
that.disableKillerFn();
|
||||||
},
|
},
|
||||||
|
|
||||||
moveUp: function () {
|
moveUp: function () {
|
||||||
|
Loading…
Reference in New Issue
Block a user