bootstrap-combobox
bootstrap-combobox copied to clipboard
A combobox plugin that works with twitter bootstrap
This changes the transferAttribute() so it copies the data attributes and other properties attached to the source dropdown box.
...comment notes for details. This is my first time using github, so forgive me if this is wrong or incorrect in some manner... A little background: I am a web...
With this pull request the plugin receives an update method that allows updating the combobox element with jQuery, see #75. ``` javascript var val = 'my_value'; jQuery('#my_element').combobox('update', val); ``` There...
Nice component! Can you provide a bower package? ([Howto](http://net.tutsplus.com/tutorials/tools-and-tips/meet-bower-a-package-manager-for-the-web/))
Creating a separate complete list of all elements which can be displayed without running a matcher on empty string when the dropdown is to be pulled down. Also, backspace and...

If you not choose an options from selectbox, current selection reseting
According to the Docs, it is possible to add a custom template function that returns markup for the combobox, by including it in an object containing template attribute. This option...
Hi, In my select i have to divide the list in groups. When i use the combobox plugin, it looks like the is not recognized. Any idea how can i...
Is there a config setting or neat hack to make this show the drop-down immediately when the text area is clicked or brought into focus? Thanks, Joseph Firebaugh