windy 4 years ago
parent
commit
4c30241b8c
  1. 2
      src/widget/multiselect/trigger/button.checkselected.js

2
src/widget/multiselect/trigger/button.checkselected.js

@ -79,7 +79,7 @@ BI.MultiSelectCheckSelectedButton = BI.inherit(BI.Single, {
}, },
populate: function () { populate: function () {
this._populate(this.options.value); this._populate(this._assertValue(this.options.value));
}, },
getValue: function () { getValue: function () {

Loading…
Cancel
Save