Fixed #3632 - DataTable Filter with Calendar is not showing in proper location
parent
658dfa16d8
commit
a2993e1bdf
|
@ -2598,7 +2598,7 @@ export default {
|
||||||
this.$emit('input', event);
|
this.$emit('input', event);
|
||||||
},
|
},
|
||||||
onInputClick() {
|
onInputClick() {
|
||||||
if (this.showOnFocus && this.isEnabled() && !this.overlayVisible) {
|
if (this.isEnabled() && !this.overlayVisible) {
|
||||||
this.overlayVisible = true;
|
this.overlayVisible = true;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue