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

Arabic Text in drop down menu displayed incorrectly only in Chrome. for example, assume I have a word "أهلا بك" in drop-down menu it displays something like "أ هل ا...

I build 3 combos but i only fill the first in mvc. then on the client i use ajax to fill the other two as they are selected on change....

using the combobox with the required attribute led to an error in the clients console with google chrome, because of the fact that hidden input fields may not be required...

I'd like to limit the number of options you can see by default when you click on the arrow. I tried setting the select's "size" attribute but it doesn't appear...

Hello, very nice project! Can you please add license information to the bower.json? I tried to upload it to webjars.org, but it failing because of: > Failed! All attempts to...

The old fixMenuScroll() solution does not work as expected, it often happens that the scroll gets ahead of the actual selection and the selected option is not visible. The scrollToOption()...

When the combobox has focus, pressing any shortcut combination made up of alt/ctrl/meta and an alphanumeric character causes the combobox to open the menu and start searching. I've added a...

Hi, I found an issue, this is the situation, I fill the select with many values, it is always guaranteed that no values or keys are repited , texts can...

It seems to miss the button-styles (looks flat), the caret is misaligned und the clear-icon is always visible. See attached screenshot ![bildschirmfoto 2015-05-05 um 17 05 29](https://cloud.githubusercontent.com/assets/1904057/7475833/3f250928-f34a-11e4-853f-0ef2be9b1a8c.png)

It looks like the combobox won't scroll up with DOWN arrow key after I type in a few keys and the list of filtered items appears. The selection works fine...