pull/4967/head
tugcekucukoglu 2023-12-13 11:26:35 +03:00
parent e980ac7ded
commit aa7d0ecaa6
1 changed files with 1 additions and 1 deletions

View File

@ -403,7 +403,7 @@ export default {
this.updateModel(event, value);
!this.overlayVisible && this.show();
!this.overlayVisible && ObjectUtils.isNotEmpty(value) && this.show();
},
onContainerClick(event) {
if (this.disabled || this.loading) {