mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
parent
637c010242
commit
3628e2fd8c
1 changed files with 1 additions and 1 deletions
|
@ -2489,7 +2489,7 @@ export default {
|
|||
cell.tabIndex = '0';
|
||||
|
||||
if (!this.inline && (!this.navigationState || !this.navigationState.button) && !this.timePickerChange) {
|
||||
cell.focus();
|
||||
if (!this.manualInput) cell.focus();
|
||||
}
|
||||
|
||||
this.preventFocus = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue