Merge pull request #3938 from primefaces/issue-3923
Calendar: Fixed overlay visibility issue when showOnFocuspull/3958/head
commit
8cea4d8c2d
|
@ -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…
Reference in New Issue