Fixed #7062 - Calendar | Date Picker | Cannot read properties of undefined ( reading 'focus')

pull/7072/head
tugcekucukoglu 2025-01-09 14:57:58 +03:00
parent 813c516727
commit df8a416e69
1 changed files with 3 additions and 0 deletions

View File

@ -2555,6 +2555,9 @@ export default {
if (focusableElements[i].tagName === 'SPAN') {
spanIndex = i;
break;
} else if (focusableElements[i].tagName === 'BUTTON') {
spanIndex = i;
break;
}
}