Browse Source

KERNEL-12033 feat:复选列表添加itemFormatter属性,支持自定义节点类型

es6
zsmj 2 years ago
parent
commit
2fb0b4a9d8
  1. 1
      src/widget/multiselect/multiselect.loader.js

1
src/widget/multiselect/multiselect.loader.js

@ -17,6 +17,7 @@ BI.MultiSelectLoader = BI.inherit(BI.Widget, {
}, },
valueFormatter: BI.emptyFn, valueFormatter: BI.emptyFn,
itemsCreator: BI.emptyFn, itemsCreator: BI.emptyFn,
itemFormatter: BI.emptyFn,
onLoaded: BI.emptyFn, onLoaded: BI.emptyFn,
itemHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT, itemHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
}); });

Loading…
Cancel
Save