Fixed #4509
parent
e980ac7ded
commit
aa7d0ecaa6
|
@ -403,7 +403,7 @@ export default {
|
||||||
|
|
||||||
this.updateModel(event, value);
|
this.updateModel(event, value);
|
||||||
|
|
||||||
!this.overlayVisible && this.show();
|
!this.overlayVisible && ObjectUtils.isNotEmpty(value) && this.show();
|
||||||
},
|
},
|
||||||
onContainerClick(event) {
|
onContainerClick(event) {
|
||||||
if (this.disabled || this.loading) {
|
if (this.disabled || this.loading) {
|
||||||
|
|
Loading…
Reference in New Issue