Hello,
We've been playing around with the new autocomplete from alpha 15 today and discovered some gnarly style issues. Some of the elements have style attributes that kind of conflict with the way bootstrap 3 forms work (i.e.: all inputs having 100% width by default). We made the following hacky changes to obtain the desired effect but reckon this should change in the next alpha if possible! Didn't know if it was worth an issue report; let me know if you think it is. .twitter-typeahead { display: block !important; } .twitter-typeahead .tt-dropdown-menu { width: 100% !important; } Thanks, Peter