mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #3452 - Calendar: inline mode accepts focus
This commit is contained in:
parent
c321e93c9a
commit
da943a2a53
1 changed files with 1 additions and 1 deletions
|
@ -2503,7 +2503,7 @@ export default {
|
|||
if (cell) {
|
||||
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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue