# Conflicts: # src/base/single/input/radio/radio.js
@ -12,7 +12,7 @@ BI.Radio = BI.inherit(BI.BasicButton, {
width: 16,
height: 16,
iconWidth: 16,
iconHeight: 16,
iconHeight: 16
},
render: function () {
@ -20,6 +20,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
itemFormatter: BI.emptyFn,
onLoaded: BI.emptyFn,
itemHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
isDefaultInit: false,
});
@ -45,7 +46,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
onLoaded: opts.onLoaded,
el: {
type: "bi.multi_select_inner_loader",
isDefaultInit: opts.isDefaultInit,
}
}, opts.el),
itemsCreator: function (op, callback) {
@ -34,6 +34,7 @@ BI.MultiSelectInsertList = BI.inherit(BI.Single, {
// onLoaded: o.onLoaded,
el: {},
isDefaultInit: true,
value: o.value
this.adapter.on(BI.MultiSelectLoader.EVENT_CHANGE, function () {
@ -31,6 +31,7 @@ BI.MultiSelectList = BI.inherit(BI.Widget, {
logic: {
dynamic: false
el: {}