Calendar: Autofocus not working #14745
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Autofocus is not working on a p-calendar
Environment
Angular web application
Reproducer
https://stackblitz.com/edit/stackblitz-starters-adlfaf?file=src%2Fmain.ts
Angular version
17.1.2
PrimeNG version
17.5.0
Build / Runtime
TypeScript
Language
TypeScript
Node version (for AoT issues node --version)
20.11
Browser(s)
No response
Steps to reproduce the behavior
Insert a calendar with autofocus like
<p-calendar pAutoFocus [autofocus]="true" [(ngModel)]="date"></p-calendar>
Expected behavior
The focus should be set on the calendar component
The text was updated successfully, but these errors were encountered: