diff --git a/js/bootstrap-select.js b/js/bootstrap-select.js index 4431dbb86..3a55b066b 100644 --- a/js/bootstrap-select.js +++ b/js/bootstrap-select.js @@ -1146,7 +1146,16 @@ '' + '' + ''; - } + }else if( !this.multiple && this.options.actionsBox ){ + actionsbox = + '
' + + '
' + + '' + + '
' + + '
'; + } if (this.multiple && this.options.doneButton) { donebutton = @@ -3021,8 +3030,7 @@ } }, - changeAll: function (status) { - if (!this.multiple) return; + changeAll: function (status) { if (typeof status === 'undefined') status = true; var element = this.$element[0],