Great plugin! I was wondering if there's a way to display the label instead of the value in the text input? In jQuery autocomplete you can add option:

select: function (event, ui) {
event.preventDefault();
$(this).val(ui.item.label);
}

Is there something like the above supported in this plugin? @Hawkee

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.