jquery-nice-select icon indicating copy to clipboard operation
jquery-nice-select copied to clipboard

multiple select not working

Open justiceo opened this issue 9 years ago • 10 comments

When native select has a "multiple" attribute, the user is allowed to select more than one item. Currently this is not the case in nice-select

justiceo avatar Jan 07 '16 22:01 justiceo

+1

Antonimo avatar Mar 07 '16 12:03 Antonimo

Hi @hernansartorio any chance you could get it to work with multiple tag? pls. this plugin is amazing. We just miss the multiple function :-/

neuropass avatar Jun 16 '16 05:06 neuropass

there is no hope :-(

ragcsalo avatar Nov 07 '16 19:11 ragcsalo

bump pls its been so long for this function. :-/

neuropass avatar Dec 28 '16 03:12 neuropass

multiple would be nice! love the plugin

typebrad avatar Dec 30 '16 22:12 typebrad

still nothing about this? such a shame...

aleksandarprlincevic avatar May 24 '17 12:05 aleksandarprlincevic

Hey Guys,

I've added search and multiple options. You can find new js and additional CSS File here. You can remove old jquery.nice-select.js and use this new one and you have to add additional CSS into you nice-select.css file at the bottom.

https://goo.gl/RpqoMR https://goo.gl/zJK3F4

vijayhardaha avatar Mar 27 '18 15:03 vijayhardaha

@sincerevicky: Excellent addition! However it seems that you can't de-select all options when you have a multiple select. So when you first select two options and then try to de-select both options that can't be done. Always one option stays selected.

Webdinge avatar Aug 10 '18 01:08 Webdinge

@Webdinge here is updated version from @sincerevicky , I've fixed problem with de-select, plus you can now add custom placeholder, via js-placeholder attribute on select.

https://gist.github.com/timetorock/dfbe22f412855e39b2c64d901d52d452

timetorock avatar Feb 24 '19 14:02 timetorock

Updated version from @timetorock Now if select multiple , you can remove any item from select https://gist.github.com/heohex/58b88f78294eae1b8348be4e554643bf

heohex avatar Nov 28 '19 06:11 heohex