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

When typing an ampersand while results are currently displayed (this.shown == true) results in the ampersand not appearing. The reason is that the keypress event handler runs the move() method,...

I can't use this on any select lists that use an integer as the value, which is most of them in my forms, because it replaces the values with the...

Use your plugin and error - Object doesn't support property or method 'combobox'

At [`bootstrap-combobox#100`](https://github.com/danielfarrell/bootstrap-combobox/blob/master/js/bootstrap-combobox.js) aren't you intending to compare with `undefined` and not `"undefined"`? Or did you intend to compare with `typeof this.options.appendId` instead? Either way, this appends the string "undefined" to...

Hi there, I've added Placeholder text, however, when I visit the page for the first time it's displaying one of the records and not the placeholder. If I hit the...

The combobox can only hold values within the select element. It would be better if there was an option to let a user enter a new value (that doesn't exist...

when new data is add for select options via ajax

How to Add a new option cvom combobox ?

when option is static combobox bootstrap work fine but option in dynamic its not working

I see one has to use data-placeholder attribute to get placeholder working. Line 99: ``` js this.options.placeholder = this.$source.attr('data-placeholder') || this.options.placeholder ``` Why not use placeholder attribute directly (without data-...