Skip to content

limit selections #165

@abuzer-firdousi-confiz

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
}
}
});

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