Skip to content

limit selections #165

Description

@abuzer-firdousi-confiz

I am looking for some parameter to limit the selections, I just want user to select two values, i need the same control like this, with search box to search the list.
It should be similar to something like as follow. but change event is not working.
$(".multiselect").multiselect({
change:function(){
if($('.multiselect').val().length > 2 ){
// disable selection
}else{
// enable selection
}
}
});

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