@ -8,7 +8,6 @@ BI.MultiSelectInsertNoBarList = BI.inherit(BI.Single, {
itemsCreator: BI.emptyFn,
valueFormatter: BI.emptyFn,
searcherHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
allowSelectAll: true,
});
},
_init: function () {
@ -62,7 +61,7 @@ BI.MultiSelectInsertNoBarList = BI.inherit(BI.Single, {
o.itemsCreator(op, callback);
}
allowSelectAll: o.allowSelectAll,
allowSelectAll: false,
this.searcherPane.setVisible(false);