bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

A combobox plugin that works with twitter bootstrap

Results 103 bootstrap-combobox issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement

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...

enhancement

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/))

enhancement

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...

![dynamicallychangecomboboxnotwork](https://cloud.githubusercontent.com/assets/8203160/4968069/27faa89c-6831-11e4-8ebb-4db145a0b653.png)

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