Skip to content

Ability to keep calendar open after selecting a date #348

@Alex61NN5

Description

@Alex61NN5

Hey there,

It would be good if you could set an option to keep the calendar open even after selection.

For example in options

options: DatepickerOptions ={
   keepCalendarOpen: true
}

then in your setDate() function you could do

setDate(i: number): void {
      this.date = this.days[i].date;
      this.value = this.date;
      this.init();
      if (!this.keepCalendarOpen) { this.close(); }
}

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