Skip to content

nb-calendar-with-time not render timepicker on start #3302

@pacocom

Description

@pacocom
Image
    <nb-calendar-with-time
      #startCalendar
      (dateChange)="startDateChange($event)"
      [(date)]="start"
    ></nb-calendar-with-time>

start: Date | null = new Date('2025-10-23T09:14:13.007Z');
startDateChange(date: Date) {
console.log('START (OK, Now):', date);
}

Need to select a date day to appears timepicker

Why?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions