Fixed #7062 - Calendar | Date Picker | Cannot read properties of undefined ( reading 'focus')
parent
813c516727
commit
df8a416e69
|
@ -2555,6 +2555,9 @@ export default {
|
||||||
if (focusableElements[i].tagName === 'SPAN') {
|
if (focusableElements[i].tagName === 'SPAN') {
|
||||||
spanIndex = i;
|
spanIndex = i;
|
||||||
break;
|
break;
|
||||||
|
} else if (focusableElements[i].tagName === 'BUTTON') {
|
||||||
|
spanIndex = i;
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue