Skip to content

Commit

Permalink
Merge pull request #1173 from torresgol10/master
Browse files Browse the repository at this point in the history
The dataprovider method is missing arguments when it is an option group.
  • Loading branch information
davidstutz authored Jul 9, 2022
2 parents 7d36773 + 8457823 commit aade5e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/js/bootstrap-multiselect.js
Original file line number Diff line number Diff line change
Expand Up @@ -1777,6 +1777,7 @@
value: subOption.value,
label: subOption.label !== undefined && subOption.label !== null ? subOption.label : subOption.value,
title: subOption.title,
class: subOption.class,
selected: !!subOption.selected,
disabled: !!subOption.disabled
};
Expand Down

0 comments on commit aade5e6

Please sign in to comment.