Typeahead problems with Bootstrap 3.0 RC1

update 14 feb 2014 As mentioned by laurent-wartel try https://github.com/hyspace/typeahead.js-bootstrap3.less or https://github.com/bassjobsen/typeahead.js-bootstrap-css for additional CSS to use typeahead.js with Bootstrap 3.1.0. Or use use the “old” (TB 2) plugin with the new Bloodhound suggestion engine: https://github.com/bassjobsen/Bootstrap-3-Typeahead/issues/26 Twitter’s typeahead doesn’t seem ready for Twitter’s Bootstrap 3. To use Twitter’s typeahead with Twitter’s Bootstrap you will need … Read more

Bootstrap-UI Typeahead display more than one property in results list?

The thing to ntice about the typeahead directive from http://angular-ui.github.io/bootstrap/ is that tries to mimic syntax used by the select directive from AngularJS. It means that all the expressions used to select a model to bind and a label are AngularJS expressions. This in turns means that you can use whatever AngularJS expression to calculate … Read more