Select2 Multiple of Bootstrap does not close

0

I have this problem with the select2 of bootstrap (3.3.7) It is a multiple select that does not close. It is assumed that by clicking outside the select, the dropdown containing the list of options must be closed and it does not. I am using Explorer Explorer version 11, the strange thing is that in Firefox it works perfectly. Any idea what it can be?

Here I leave the select in html

$(".select2").select2();
<select name="selectUser[]" id="selectUser" class="form-control select2" multiple="multiple" data-placeholder="Select a User"  style="width: 100%;">
     <option>Delaware</option>
     <option>Tennessee</option>
     <option>Texas</option>
     <option>Washington</option>
</select>'
    
asked by Yami 06.04.2017 в 17:59
source

1 answer

0

First you must find the error thrown by the js of select2 Run your page and open the inspect element and in the error bar look for the last one and post it to start tracking the error, since that plugin has support in all browsers.

    
answered by 07.04.2017 в 00:21