diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index f07f0f2ac..58959532d 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -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; } },