multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

jQuery multiselect plugin with two sides. The user can select one or more items and send them to the other side.

Results 31 multiselect issues
Sort by recently updated
recently updated
newest added

Hello, If you look at this example: https://crlcu.github.io/multiselect/examples/optgroup.html We have that: ``` Volvo Saab Mercedes Audi ``` And when we look at the rendered multiselect, we have this ordering: ```...

enhancement

If I choose a few values from the left and move them to the right, and then choose a few more values from the left and move them to the...

question

Can you implement something like clusterize to fix slow page with big data 10k+ and drop & drag option ??

enhancement

Is there any functionality for destroying, or refreshing the current multiselect? What I means is that for dynamic multiselect values from AJAX, when the list in the right box is...

Hi, Since I have a long list on left which doesn't need to be selected, I would like to use the option (submitAllLeft=false). I tried to activate the option in...

Hi, I am new to your plugin and I have not much experience at jQuery, but it it is very nice to use. I am trying to get a page...

Hi, Search feature in multiple destinations has only one right option(in JS) search: { left: '', right:'', }, Whereas there are two multiselects on the right side. When the search...

enhancement

Unless I am missing something, I don't see an easy way to handle this. I have 2 multiselects on a page. I have logic setup so that when I add...

enhancement

It's not clear from the documentation how to use a callback function for the `sort` parameter. Basically, I want the panel on the left to be sorted alphabetically while the...

enhancement