Remove manualInput focus restriction
parent
6dc91b26cd
commit
10d519d2e8
|
@ -2511,10 +2511,6 @@ export default {
|
||||||
if (cell) {
|
if (cell) {
|
||||||
cell.tabIndex = '0';
|
cell.tabIndex = '0';
|
||||||
|
|
||||||
if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
|
|
||||||
if (!this.manualInput) cell.focus();
|
|
||||||
}
|
|
||||||
|
|
||||||
this.preventFocus = false;
|
this.preventFocus = false;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue