diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue index 7f73dfd0b..67fc55fd2 100755 --- a/components/lib/calendar/Calendar.vue +++ b/components/lib/calendar/Calendar.vue @@ -2489,7 +2489,7 @@ export default { cell.tabIndex = '0'; if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) { - cell.focus(); + if (!this.manualInput) cell.focus(); } this.preventFocus = false;