|
|
|
@ -16,7 +16,7 @@ BI.MultiSelectInsertNoBarList = BI.inherit(BI.Single, {
|
|
|
|
|
var self = this, o = this.options; |
|
|
|
|
this.storeValue = { |
|
|
|
|
type: BI.Selection.Multi, |
|
|
|
|
value: o.value || [] |
|
|
|
|
value: BI.deepClone(o.value) || [] |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
var assertShowValue = function () { |
|
|
|
@ -363,4 +363,4 @@ BI.extend(BI.MultiSelectInsertNoBarList, {
|
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
BI.MultiSelectInsertNoBarList.EVENT_CHANGE = "EVENT_CHANGE"; |
|
|
|
|
BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList); |
|
|
|
|
BI.shortcut("bi.multi_select_insert_no_bar_list", BI.MultiSelectInsertNoBarList); |
|
|
|
|