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

How to bind second combobox on the basis of first combobox selected value I have two combo boxes 1)Country 2)State for the selecttion of country i need to bind states...

you can set Option "newOptionsAllowed" to accept new options not in select-options. Default is true.

blur() usually will focus off of the element and if the element was a text input (like the one generated) then the iOS keyboard will naturally close. This is not...

Hi, Big fan of your stuff here. Just a bit annoyed when browser freezes and jquery breaks when there are about 145 comboboxes to be initialized in one page. So...

Does it work with bootstrap scss?

The current gem (v1.2.6) uses bootstrap-combobox version v1.1.3 which still relies on bootstrap-typeahead. Also, it would be nice to provide a gemspec in the github repo so that people can...

I have been trying to use the bootstrap combobox with angular but the mere act of databinding the select seems to do "funny things" to the select. The b-c renders...

bug

Listening on jQuery onBlur like this: ``` javascript this.$('select').on('blur', $.proxy(function(evt){ this.$('select').data('combobox').hide(); }, this)); ``` change events work but blur fails until i added event triggers in the blur method like...

What is the accepted method for programmatically clearing the selection from the widget? I tried "toggle," "clearElement," and "clearTarget" but all of those caused extra down-carets to be rendered and...

The button to clear the combobox doesn't automatically change back to a carrot when the form is being reset. The change seems to be manipulated via a css pseudo-element, but...