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

In the source code, these two functions: ``` javascript , clearElement: function () { this.$element.val('').focus(); } , clearTarget: function () { this.$source.val(''); this.$target.val(''); this.$container.removeClass('combobox-selected'); this.selected = false; } ``` Don't...

Added a check in the template() method. It now looks for this.options.template. If set, it will use the custom template specified by the user. Otherwise, it will check for the...

Is there any time plan to release 2.0? I'm eager to try the enhancements.

Hi I am going to use bootstrap-combobox in my project. Today I faced with that it is not compatibile with other cool toll like http://bootstrapvalidator.com. When I validate my form...

Hi, I've tried using the template option as such, $(element).combobox({template: return ''}); with not much luck. Is is because in line 29 of the bootstrap-combobox.js file, the 'setup' function is...

When I place the combobox in a popover, it doesn't work at all. It changes the input to combobox, but no typeahead or even the dropdown button.

I have moved the lines of code where the options are set to user provided or default options to before the 'setup' function is being called.

I am using this bootstrap design on a web page I'm currently designing and have noticed the following issue. After selection of an item from the drop down the arrow...

Do you support Arabic language in your combobox and if not do you know what know where is the part of code that I need to change to support it...

I have some changes I made to allow overriding behaviors like blur and toggle. In short it woulds just like the sort and match overrides. Is this something that other...

enhancement