mirror of
https://github.com/devbridge/jQuery-Autocomplete.git
synced 2024-11-22 04:45: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;
|
||||
that.hide();
|
||||
that.onSelect(i);
|
||||
that.disableKillerFn();
|
||||
},
|
||||
|
||||
moveUp: function () {
|
||||
|
Loading…
Reference in New Issue
Block a user