Created by: crlcu
Added support for multiple selections in typeahead. Works with array soruce and remote source. Typeahead default mode is single and default delimiter is ", ".
Example :
$('.myinput').typeahead({mode: 'multiple', delimiter: ';'});