Skip to content

feat(mat-datepicker): Adding events to next/prev buttons in the calendar #28749

Open
@honibis

Description

@honibis

Feature Description

Having an event for month navigation through the next/previous buttons would greatly enhance the functionality. This would provide developers with a broader range of events to handle different interactions within the calendar component.

Upon reviewing the source code, I couldn't find any existing event that fires when users click the next/prev buttons to navigate between months. Having such an event would greatly benefit developers who rely on this functionality for various use cases beyond simple date selection.

Use Case

I rely on server-side data to set selectable dates and colors based on availability. Thus, it's essential for me to track when users navigate through months to retrieve availability data for the month they are currently viewing.

Activity

added
featureThis issue represents a new feature or feature request rather than a bug or bug fix
needs triageThis issue needs to be triaged by the team
on Mar 20, 2024
added
P4A relatively minor issue that is not relevant to core functions
and removed
needs triageThis issue needs to be triaged by the team
on Mar 27, 2024
changed the title [-]feat(mat-calendar): Adding events to next/prev buttons in the calendar[/-] [+]feat(mat-datepicker): Adding events to next/prev buttons in the calendar[/+] on Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    P4A relatively minor issue that is not relevant to core functionsarea: material/datepickerfeatureThis issue represents a new feature or feature request rather than a bug or bug fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @honibis@wagnermaciel

        Issue actions

          feat(mat-datepicker): Adding events to next/prev buttons in the calendar · Issue #28749 · angular/components