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
The solution that I came up with, was to simply add another CSS class (from-group-lg) to my form-group element.
My HTML:
Type to automcoplete:
In my scss file I added:
.form-group-lg .tt-hint { @extend .input-lg; }