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

**Steps:** Change demo conf to following: ``` $('#combo-02').scombobox({ data: [...], animation: { duration : 0} }); ``` Try to use dropdown button to open/close options. **Expected result:** Select is opened...

…hich store selector of underneath elements which are modified simultaneously with scombobox element

As titled, is it possible to create the combobox options in such way like shown in the image below? ![SE06K](https://user-images.githubusercontent.com/4554944/54653569-1d919080-4af6-11e9-8331-f67cfaa5bcea.png)

Hello, Thanks for great piece of code! is there a way to pass entered invalid value with other form data? I've found other solution so far - during form submit...

Steps to reproduce in Crome browser 1. Select the dropdown and type in some text and select a item from the filtered result. 2. Check the value for scombobox('val') in...

Clicking the scrollbar in the dropdown box immediately closes the dropdown, so the only options for navigating through the list is by using the mouse wheel or the up /...

is there any builtin function to get the selected text of the scombobox like $("#input").scombobox('val') for the value ?

Hi, I have a large data set loaded to combobox, around 6K items, it shows up OK. But when I start to type with autocomplete on, the browser freezes as...

I get the following error msg with `"jquery": "~2.1.4",`: ``` jquery.scombobox.min.js:43 Uncaught TypeError: Cannot set property 'scombobox' of undefined ``` If I use the `jquery.scombobox.js` there is no error.

I have a select list that has folder directories in it and it is showing that my value is incorrect when it is initially set by server. It looks like...