Browse Source

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

Merge in VISUAL/fineui from ~DAILER/fineui:master to master

* commit '9f136a97b34698a02778c8c69039ce3a322aecb4':
  KERNEL-12033 feat:复选列表添加itemFormatter属性,支持自定义节点类型
es6
Dailer 2 years ago
parent
commit
b2035854a1
  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,
itemsCreator: BI.emptyFn,
itemFormatter: BI.emptyFn,
onLoaded: BI.emptyFn,
itemHeight: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
});

Loading…
Cancel
Save