-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
after the 1st open and close every other click it does not seem to open i can see it does not add the class open in <div class="btn-group show">
the following code is in closed state
<div class="btn-group"><button type="button" class="multiselect dropdown-toggle btn btn-default" data-toggle="dropdown" title="id" aria-expanded="false"><span class="multiselect-selected-text">Column Visibility</span> <b class="caret"></b></button><ul class="multiselect-container dropdown-menu" style="max-height: 200px; overflow-y: auto; overflow-x: hidden; position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(0px, 34px, 0px);" x-placement="bottom-start"></ul><ul class="multiselect-container dropdown-menu" style="max-height: 200px; overflow-y: auto; overflow-x: hidden;"><li class="active"><a tabindex="0"><label class="checkbox"><input type="checkbox" value="id"> id</label></a></li></ul></div>
the following code is in open state
<div class="btn-group show"><button type="button" class="multiselect dropdown-toggle btn btn-default" data-toggle="dropdown" title="id" aria-expanded="true"><span class="multiselect-selected-text">Column Visibility</span> <b class="caret"></b></button><ul class="multiselect-container dropdown-menu show" style="max-height: 200px; overflow-y: auto; overflow-x: hidden; position: absolute; will-change: transform; top: 0px; left: 0px; transform: translate3d(0px, 34px, 0px);" x-placement="bottom-start"></ul><ul class="multiselect-container dropdown-menu" style="max-height: 200px; overflow-y: auto; overflow-x: hidden;"><li class="active"><a tabindex="0"><label class="checkbox"><input type="checkbox" value="id"> id</label></a></li></ul></div>
Metadata
Metadata
Assignees
Labels
No labels