Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the typeahead JavaScript module in Bootstrap 3 RC 1?

As you know Bootstrap RC 1 is here, and I have been reading about all the new awesome features in this new framework. But guess what, typehead is out of the documentation. Does anyone know if this is for any reason?

I found these examples while googling and also I read in this post that they changed the typehead Bootstrap. So do I have to add it manually or is it also in the Bootstrap 3 bundle?

Does anyone know something about this?

like image 268
ncubica Avatar asked Jul 27 '13 23:07

ncubica


2 Answers

I believe it has been deprecated in favor of Twitter's excellent typeahead.js. Their documentation has a Bootstrap integration section that should help.

edit: Twitter has removed the integration instructions. It's not clear if this is temporary in advance of a Bootstrap 3.0-compatible release or if it's gone for good, but @drye links to a useful replacement at http://www.aureliomerenda.com/install-typeahead-bootstrap-3-fix-css-overlay-width-100/.

like image 110
ceejayoz Avatar answered Oct 17 '22 11:10

ceejayoz


Now that the final Bootstrap 3.0.0 has been released, the typeahead has been officially removed. However, Twitter's Typeahead (https://github.com/twitter/typeahead.js) can be used in it's place:

Bootstrap 3 Typeahead example: http://bootply.com/86571

like image 39
Zim Avatar answered Oct 17 '22 10:10

Zim