From e229051b380e2015fc3c5569669ddac7222ce7d2 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 15 Jun 2018 09:52:03 +0800 Subject: [PATCH] update --- demo/js/case/combo/demo.text_value_combo.js | 8 ++++++++ dist/demo.js | 8 ++++++++ 2 files changed, 16 insertions(+) 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,