@ -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,
@ -5679,7 +5679,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {
@ -69675,7 +69675,7 @@ BI.TextValueCheckCombo = BI.inherit(BI.Widget, {