Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap TypeAhead to work like DropDown List / Select Tag with Autocomplete Feature

I want to have a DropDown List / < Select > HTML Tag behaviour with AutoComplete Feature using Twitter Bootstrap TypeAhead. The link here achieves the feature of Combo Box where user can provide his own input also. I want to restrict the User to select only from the option provided. Is there any way to tweek the Twitter Bootstrap TypeAhead Plugin to emulate the behaviour of DropDown List / Tag with Autocomplete Feature.

I have referred the Following question before posting

  1. Adding a dropdown button to Twitter bootstrap typeahead component
like image 287
Dinesh P.R. Avatar asked Jul 31 '12 17:07

Dinesh P.R.


1 Answers

I just found this awesome plugin that turns a standard SELECT element into very seamless nicely styled combo box using bootstrap typeahead. It looks really good, I'm going to use it on my next project.

https://github.com/danielfarrell/bootstrap-combobox

Live Example (Bootstrap 3)

like image 131
mike nelson Avatar answered Sep 20 '22 11:09

mike nelson