From 10d519d2e8c45a25e0649bfe94e27462648e35da Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Thu, 30 May 2024 12:23:00 +0300 Subject: [PATCH] Remove manualInput focus restriction --- components/lib/datepicker/DatePicker.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/lib/datepicker/DatePicker.vue b/components/lib/datepicker/DatePicker.vue index 66d80ed46..76fe3fcc6 100755 --- a/components/lib/datepicker/DatePicker.vue +++ b/components/lib/datepicker/DatePicker.vue @@ -2511,10 +2511,6 @@ export default { if (cell) { cell.tabIndex = '0'; - if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) { - if (!this.manualInput) cell.focus(); - } - this.preventFocus = false; } },