maniisinproblem

Results 7 comments of 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. ![image](https://user-images.githubusercontent.com/104144920/165240864-d6fb0f1c-f96c-44fe-9fa7-4a0501e3398f.png) ![image](https://user-images.githubusercontent.com/104144920/165252285-ac88e9c3-1c84-4c48-bdc1-32f2f851408a.png) ![image](https://user-images.githubusercontent.com/104144920/165252363-d31f2ab9-2fdc-4afa-885d-cf428be2a520.png)

I am using all cdn provided by you and script code which you have provided. @andyg2