How do I keep Typeahead.js from splitting up my Twitter Bootstrap 3 input groups? Whenever I point the Typeahead javascript at a text area that\'s part of an input group, the jo
maybe?
.twitter-typeahead > .form-control{ width: inherit !important; }