VRFS-684 added selection of first entry by default to support Enter key
This commit is contained in:
parent
e0ae2e378e
commit
91b05073d1
|
|
@ -70,6 +70,7 @@
|
|||
onSelect: addInvitation,
|
||||
serviceUrl: '/api/search.json?srch_sessinv=1',
|
||||
minChars: 3,
|
||||
autoSelectFirst: true
|
||||
};
|
||||
|
||||
$('#friend-input').attr("placeholder", "Type a friend\'s name").prop('disabled', false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue