With the release of Bootstrap 3. Typeahead has been removed in favor of this: https://github.com/twitter/typeahead.js
Ive integrated it successfully on remote fe
This worked for me. You may need to play with top and left numbers to get it right.
$('#typeahead').typeahead(...); $(".tt-hint").css('top','3px'); $(".tt-hint").css('left','1px');