Fix bogus entry that appears when switching with arrow keys
This commit is contained in:
parent
498e8f712c
commit
03ca76f54f
1 changed files with 3 additions and 0 deletions
|
@ -176,6 +176,9 @@
|
|||
$shareField.autocomplete({
|
||||
minLength: 2,
|
||||
delay: 750,
|
||||
focus: function(event) {
|
||||
event.preventDefault();
|
||||
},
|
||||
source: this.autocompleteHandler,
|
||||
select: this._onSelectRecipient
|
||||
}).data('ui-autocomplete')._renderItem = this.autocompleteRenderItem;
|
||||
|
|
Loading…
Reference in a new issue