jquery-simple-combobox icon indicating copy to clipboard operation
jquery-simple-combobox copied to clipboard

A jQuery combobox (selectbox) plugin.

Results 22 jquery-simple-combobox issues
Sort by recently updated
recently updated
newest added

The combobox defaults to the first item in the list. Is it possible to make it default to a blank value instead?

Steps to reproduce 1. Enter text into the combo box 2. Make a selection 3. Note that the change event does not fire here 4. Make another selection 5. Now...

``` Document * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } option 1 option 2 option 3 option 4 option 5 option 6 option 7 option 8 option 9 option...

Hi, I have `select` with options like `9:00`, `9:50`, however ATM I don't know every value and anyway would supply option to write own hour, but only in `xx.xx` or...

Once I set "disabled:true" on an scombobox, it will not reset to enabled with "disabled:false". The text input box keeps the disabled property. I added this line of code to...

Hi, I am using single and multiple choice ``'s in table-cells (as it's table values) and have no place for labels, as `` imitates like it will be look finally...

down correctly highlights the next option, but up will always select the first or last option

Hi, In first place thanks for the great work on this combobox. While working in a project I realised that in some cases there may be the need of ignoring...

How can i destroy or reset the plugin?