Use to toggle the dropdown
This commit is contained in:
parent
7d07012994
commit
5caa989872
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ function UsersSelect(currentUser, els) {
|
|||
if ($dropdown.data('max-select') &&
|
||||
getSelected().length === $dropdown.data('max-select')) {
|
||||
// Close the dropdown
|
||||
this.el.click();
|
||||
$dropdown.dropdown('toggle');
|
||||
|
||||
this.hidden();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue