mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed overlay visibility issue when showOnFocus
This commit is contained in:
parent
65275ff32a
commit
c86fb52f1f
1 changed files with 1 additions and 1 deletions
|
@ -2642,7 +2642,7 @@ export default {
|
|||
this.$emit('input', event);
|
||||
},
|
||||
onInputClick() {
|
||||
if (this.isEnabled() && !this.overlayVisible) {
|
||||
if (this.showOnFocus && this.isEnabled() && !this.overlayVisible) {
|
||||
this.overlayVisible = true;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue