|
|
@ -520,6 +520,7 @@ export class Bubble extends Widget { |
|
|
|
this.combo.setValue(v); |
|
|
|
this.combo.setValue(v); |
|
|
|
if (isNull(this.popupView)) { |
|
|
|
if (isNull(this.popupView)) { |
|
|
|
this.options.popup.value = v; |
|
|
|
this.options.popup.value = v; |
|
|
|
|
|
|
|
!isNull(this.options.popup.el) && (this.options.popup.el.value = v); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.popupView.setValue(v); |
|
|
|
this.popupView.setValue(v); |
|
|
|
} |
|
|
|
} |
|
|
|