Skip to content

Commit

Permalink
Fixed #3632 - DataTable Filter with Calendar is not showing in proper…
Browse files Browse the repository at this point in the history
… location
  • Loading branch information
tugcekucukoglu committed Mar 29, 2023
1 parent 658dfa1 commit a2993e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
},
Expand Down

0 comments on commit a2993e1

Please sign in to comment.