diff --git a/dist/bundle.js b/dist/bundle.js index 20b664abee..0869a1cdce 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 5b09100de1..e959347bba 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 6b106471da..36e2ea014a 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,