multiple-select
multiple-select copied to clipboard
A jQuery plugin to select multiple elements with checkboxes :)
hi when i serach in select box a word with char (ک) results not found! please help me!
 Does anybody has the same problems? Native Selection works. But with [multiple-select](https://github.com/wenzhixin/multiple-select) the selection does not work at all? Any Suggestion? The Problem is also, we get the data...
When the select has more than 199 elements/options, the vertical scroll stops to work.
This code reproducing error. http://multiple-select-live.wenzhixin.net.cn/code/sctv-budha/9553
Hi, For some php projects,I want to use composer to deliver the project. Can you kindly make a composer installation?
I need help with this. I'm try to use multiple-select in a modal and the option dropWidth not work correctly. Thanks.
Multiple select with bootstrap theme. Is there a ```theme``` for jquery-ui (themeroller)like for Bootstrap V3 & v4 https://multiple-select.wenzhixin.net.cn/docs/en/themes issue https://github.com/wenzhixin/multiple-select/issues/173#issue-57467421 is not really finished
Please do not set the `multipleWidth` option statically to px ```js this.$drop.find('.multiple').css('width', "".concat(this.options.multipleWidth, "px")); ``` It would be better to pass the unit with in the option ```js this.$drop.find('.multiple').css('width', this.options.multipleWidth);...
### How to reproduce Initialize multipleSelect with a `locale` value that is not exists in multiple-select-locale-all.js: ``` $('#my-select').multipleSelect({ locale: 'xx-YY', }); ``` All the format methods returns labels with zh-TW...