I'm using Angular 15, and I have a control that looks like this:
<form [formGroup]="form">
<input
formControlName="datetime"
[dpDayPicker]="config"
mode="daytime"
theme="dp-material dp-main" />
</form>
There are two symptoms (seems to be across all browsers):
- The first click is never made when the picker opens for the first time.
- Unable to change the month.
https://stackblitz.com/edit/angular-ivy-fayr91?file=src/app/hello.component.ts