Use to toggle the dropdown

This commit is contained in:
Clement Ho 2017-05-17 10:13:40 -05:00
parent 7d07012994
commit 5caa989872

View file

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