From 1c55efe237c140ec50ecd6a9d9ee3c6499d83955 Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 19 Jan 2018 15:57:38 +0800 Subject: [PATCH 1/2] =?UTF-8?q?text=5Fvalue=5Fcheck=5Fcombo=E7=9A=84trigge?= =?UTF-8?q?r=E8=87=AA=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js index be1434eaa..9d373eda3 100644 --- a/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js +++ b/src/case/combo/textvaluecheckcombo/combo.textvaluecheck.js @@ -17,7 +17,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, { _init: function () { BI.TextValueCheckCombo.superclass._init.apply(this, arguments); var self = this, o = this.options; - this.trigger = BI.createWidget({ + this.trigger = BI.createWidget(o.el, { type: "bi.select_text_trigger", items: o.items, height: o.height, From e18b99502acf0b04e1a80846d3abd90fd9687f7e Mon Sep 17 00:00:00 2001 From: windy <1374721899@qq.com> Date: Fri, 19 Jan 2018 15:58:00 +0800 Subject: [PATCH 2/2] update --- dist/bundle.js | 2 +- dist/case.js | 2 +- dist/fineui.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/bundle.js b/dist/bundle.js index 20b664abe..0869a1cdc 100644 --- a/dist/bundle.js +++ b/dist/bundle.js @@ -67981,7 +67981,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, { _init: function () { BI.TextValueCheckCombo.superclass._init.apply(this, arguments); var self = this, o = this.options; - this.trigger = BI.createWidget({ + this.trigger = BI.createWidget(o.el, { type: "bi.select_text_trigger", items: o.items, height: o.height, diff --git a/dist/case.js b/dist/case.js index 5b09100de..e959347bb 100644 --- a/dist/case.js +++ b/dist/case.js @@ -5679,7 +5679,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, { _init: function () { BI.TextValueCheckCombo.superclass._init.apply(this, arguments); var self = this, o = this.options; - this.trigger = BI.createWidget({ + this.trigger = BI.createWidget(o.el, { type: "bi.select_text_trigger", items: o.items, height: o.height, diff --git a/dist/fineui.js b/dist/fineui.js index 6b106471d..36e2ea014 100644 --- a/dist/fineui.js +++ b/dist/fineui.js @@ -69675,7 +69675,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, { _init: function () { BI.TextValueCheckCombo.superclass._init.apply(this, arguments); var self = this, o = this.options; - this.trigger = BI.createWidget({ + this.trigger = BI.createWidget(o.el, { type: "bi.select_text_trigger", items: o.items, height: o.height,