diff --git a/dist/js/bootstrap-multiselect.js b/dist/js/bootstrap-multiselect.js index 2a028b77..99f70f2b 100644 --- a/dist/js/bootstrap-multiselect.js +++ b/dist/js/bootstrap-multiselect.js @@ -254,7 +254,7 @@ return this.disabledText; } - else if (options.length === 0) { + else if (this.numberDisplayed == 0 || options.length === 0) { return this.nonSelectedText; } else if (this.allSelectedText