diff --git a/demo/js/case/combo/demo.text_value_combo.js b/demo/js/case/combo/demo.text_value_combo.js index ba1d58aba..55c0c5aa9 100644 --- a/demo/js/case/combo/demo.text_value_combo.js +++ b/demo/js/case/combo/demo.text_value_combo.js @@ -30,6 +30,14 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, { iconCls: "pull-right-font", value: 3 }] + }, { + type: "bi.search_multi_text_value_combo", + items: Demo.CONSTANTS.ITEMS, + width: 200, + value: { + type: 1, + value: ["1", "2", "3"] + } }, { type: "bi.button", width: 90, diff --git a/dist/demo.js b/dist/demo.js index 5bde3a609..6cff1f921 100644 --- a/dist/demo.js +++ b/dist/demo.js @@ -2211,6 +2211,14 @@ Demo.TextValueCombo = BI.inherit(BI.Widget, { iconCls: "pull-right-font", value: 3 }] + }, { + type: "bi.search_multi_text_value_combo", + items: Demo.CONSTANTS.ITEMS, + width: 200, + value: { + type: 1, + value: ["1", "2", "3"] + } }, { type: "bi.button", width: 90,