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

I would like to dynamically insert options into my select element but the options need to be filtered on the server first. So each time the user click a key...

Please consider adding a minimum search length for use cases when there is a large number of options and now async calls are available to populate the list. For example...

enhancement

I needed a traditional combo box that lets the user either choose from a `select` list **or** enter an arbitrary string. So I added an option `freeInput` to define the...

enhancement

In order to make this look correct in my app, I had to do the following changes: @line 114 I added: ```javascript this.$element.addClass('form-control'); this.$element.removeClass('ml-3'); ``` When I put these lines...

bootstrap4

Is it possible to add delay between characters entered, or even populate the drop down list on minimum 2 characters triggered? This will help if drop down list is long....

Below piece of code is used to create combobox and read the values from combobox for inserting into the database. if there is no value selected in the conbobox, JavaScript...

question

Hi, First of all thank you for the widget it is really nice... Secondly which is my question I want to do re-arrange the width of combobox's dropdown menu ......

When using bootstrap-combobox with Bootstrap 4 the up and down keys do not respond. This is for both the standard list and the pop-up autocomplete selection. To repro just take...

Add Yarn install command

I've just upgraded form jQuery 3.4.1 to 3.5.1 and the glyphicon-remove is no longer shown when I select from the drop down box. I think the problem is due to...

bug