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
A cleaner Less solution
.tt-small { .twitter-typeahead { display: block !important; // Note: Override inline styles set by JavaScript &> .tt-hint { &:extend(.form-control); color: @medium-gray; } } }
Where the markup looks something like:
Dropdown