Skip to content

displayDate doesn't seem to work on the demo (or in the code) #623

Open
@jamesdanielspassle

Description

@jamesdanielspassle

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;
  }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions