* commit 'cc9a3912b89259b23e122ecd9f4b9f9a2d4febb3': BI-113579 可配置
@ -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: {}