Skip to content

does not show list after initial open #87

Description

@shorif2000

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>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions