Skip to content

Commit e90ae15

Browse files
committed
2 parents 8a6d7ba + 332831e commit e90ae15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dist/js/bootstrap-multiselect.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,6 +1144,9 @@
11441144
if (this.options.disableIfEmpty && $('option', this.$select).length <= 0) {
11451145
this.disable();
11461146
}
1147+
else {
1148+
this.enable();
1149+
}
11471150

11481151
if (this.options.dropRight) {
11491152
this.$ul.addClass('pull-right');

0 commit comments

Comments
 (0)