Fixed #3452 - Calendar: inline mode accepts focus
parent
c321e93c9a
commit
da943a2a53
|
@ -2503,7 +2503,7 @@ export default {
|
||||||
if (cell) {
|
if (cell) {
|
||||||
cell.tabIndex = '0';
|
cell.tabIndex = '0';
|
||||||
|
|
||||||
if (!this.preventFocus && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
|
if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
|
||||||
cell.focus();
|
cell.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue