mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4509
This commit is contained in:
parent
e980ac7ded
commit
aa7d0ecaa6
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue