This is something being actively pursued in the Typeahead.js forums.

http://jsfiddle.net/needathinkle/MA7Ep/


On Thu, Aug 29, 2013 at 9:00 AM, Peter Hvass <p.hv...@albourne.com> wrote:

> 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




-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

Reply via email to