Original question from @maha-raja:
"What are the ways to enable search in Twitter Bootstrap button drop-down list?
I am using bootstrap button drop-down list in my webpage. As the list contains more than 20 items I go for a scroll option. Now I need a way to enable search and select the item quickly."
Bootstrap 3
Typeahead is removed in Bootstrap 3 so instead use http://github.com/twitter/typeahead.js. Example on: http://bootply.com/69994
Javascript:
Do not forget to include typeahead.js and some additional css (see: http://github.com/twitter/typeahead.js)
HTML:
Twitter's Bootstrap 2.3.2.
See: http://bootply.com/66573. Use the typeahead function (http://twitter.github.io/bootstrap/2.3.2/javascript.html#typeahead) to select a item from the dropdown:
Javascript:
HTML: