maniisinproblem
maniisinproblem
> other simple dropdown are working but multiselect is not opening
$(document).ready(function () { // $('#multiple-checkboxes').multiselect('enable'); $("#multiple-checkboxes").multiselect({ templates: { button: '', }, }); }); I am having this code it is not working @andyg2
I tried the same @andyg2 still not working, the class open is not coming at .btn-group div. The issue is that, Do you know some way we can add that...
@andyg2 Hi, checkout this codepen [https://codepen.io/manisingh_24/pen/popXRmV] It shows exactly the problem I am facing with multi select.
https://codepen.io/manisingh_24/pen/popXRmV
It is still not working.   
I am using all cdn provided by you and script code which you have provided. @andyg2