jquery-ui-multiselect-widget icon indicating copy to clipboard operation
jquery-ui-multiselect-widget copied to clipboard

jQuery UI MultiSelect widget

Results 33 jquery-ui-multiselect-widget issues
Sort by recently updated
recently updated
newest added

comparing system select to this plugin, the menu of the system grows, if the options are longer than the "button", but the menu is always at least the size of...

### What is the current behavior? When the library is bundled with a tool like rollup like so: ```javascript import 'jquery-ui-multiselect-widget'; import 'jquery-ui-multiselect-widget/src/jquery.multiselect.filter'; ``` the output will be wrapped in...

https://github.com/ehynds/jquery-ui-multiselect-widget/blob/58cae16d4ffbef72d045b5610173d0ae3a91ec79/src/jquery.multiselect.js#L1194 If header is set to false, the headerHeight has undefined, and then the maxHeight has undefined

### What is the current behavior? ```js options { // ... header: ['checkAll', 'uncheckAll'], // (false | string | array) False, custom string or array indicating which links to show...

### What is the current behavior? There is no CSS asset on the [cdnjs.com](https://cdnjs.com/libraries/jquery-ui-multiselect-widget) page ### What is the expected behavior? to get a link to the CSS asset like...

jquery.multiselect.js?93fa:172 Uncaught TypeError: $.widget is not a function at eval (jquery.multiselect.js?93fa:172:1)

https://github.com/ehynds/jquery-ui-multiselect-widget/blob/7efce3706f2a9ebb7bafebc0320b3644d3f62bd2/src/jquery.multiselect.filter.js#L226 This condition MUST be removed. Use case : to manage in proper way the "minimum" of checked elements, by default I hide "Check all" and show only if that...

the text on the button LIMIT OF.... is not customizeable and therefore can't be translated.

### What is the current behavior? The original select box and the multiselect widget are not syncing values. Each select has a textbox that shows that particular select's value. The...

### What is the current behavior? None of the demo pages work locally. The plugin doesn't work when used on a basic html/css web page. ### What is the expected...