|
|
@ -31,7 +31,8 @@ |
|
|
|
el: {}, |
|
|
|
el: {}, |
|
|
|
popup: {}, |
|
|
|
popup: {}, |
|
|
|
comboClass: "bi-combo-popup", |
|
|
|
comboClass: "bi-combo-popup", |
|
|
|
hoverClass: "bi-combo-hover" |
|
|
|
hoverClass: "bi-combo-hover", |
|
|
|
|
|
|
|
belowMouse: false |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -349,7 +350,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
var isVisible = this.popupView.isVisible(); |
|
|
|
var isVisible = this.popupView.isVisible(); |
|
|
|
this.popupView.visible(); |
|
|
|
this.popupView.visible(); |
|
|
|
var combo = BI.isNotNull(e) ? { |
|
|
|
var combo = (o.belowMouse && BI.isNotNull(e)) ? { |
|
|
|
element: { |
|
|
|
element: { |
|
|
|
offset: function () { |
|
|
|
offset: function () { |
|
|
|
return { |
|
|
|
return { |
|
|
|