multiselect icon indicating copy to clipboard operation
multiselect copied to clipboard

Pure js multiselect implementation

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

i'm try to use ``` $(selector).on('change',function(){ console.log('Hello') }) ``` and it's not wortking

We now use the `:focus-within` selector to handle opening & closing the dropdowns. * `:focus-within` is supported by all major browsers as of January 2020 * The global `hideMultiselects` function...

When i give required to the select html attribute and applied plugin, its not capturing the select name attribute and not displaying error message if you haven't selected any value....

Is there a way to show placeholder text? (Some custom grey text, visible if nothing is selected and nothing has been typed in yet)

I am getting this error in my rails .erb page. If I change the extension to .html, then it works. Uncaught TypeError: document.multiselect is not a function What am I...

Hi guys.... how to disable this? `abc` Are allow to select option "B" how do I block that choice?

The items in the dropdown are currently selected by generic HTML inputs of type checkbox, which are notoriously hard to style. I would be great, if there was a replacement...

Hi, thanks for an awesome tool! I had 2 different multiselects on one page, and I set up two separate `checkboxAll` handlers within `setCheckBoxClick`, one for each multiselect. The problem...

Hi guys How to fix the errors in line 19 from multiselect.min.js