Fixed #3632 - DataTable Filter with Calendar is not showing in proper location

pull/3841/head
Tuğçe Küçükoğlu 2023-03-29 13:04:00 +03:00
parent 658dfa16d8
commit a2993e1bdf
1 changed files with 1 additions and 1 deletions

View File

@ -2598,7 +2598,7 @@ export default {
this.$emit('input', event);
},
onInputClick() {
if (this.showOnFocus && this.isEnabled() && !this.overlayVisible) {
if (this.isEnabled() && !this.overlayVisible) {
this.overlayVisible = true;
}
},