Open
Description
In the Demo (https://wondrous-crostata-172891.netlify.app/daytimePicker), the displayDate input doesn't seem to have any effect on the date-picker.
Similarly, when I've tried to use the property to update the date-picker in my .ts file, nothing happens.
This is the code in the src\app\demo\common\date-component.component.ts file that doesn't seem to accomplish anything:
displayDateChanged(displayDate: Dayjs | string): void {
this.displayDate = displayDate;
}