VRFS-684 added selection of first entry by default to support Enter key

This commit is contained in:
Jonathan Kolyer 2014-02-21 00:32:23 +00:00
parent e0ae2e378e
commit 91b05073d1
1 changed files with 1 additions and 0 deletions

View File

@ -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);