Skip to content

selectedDateRangeChanged event emitter is called at the time of page load #20

@hardikhm-inexture

Description

@hardikhm-inexture

Describe the bug
<ngx-mat-drp (selectedDateRangeChanged)="updateRange($event)" [options]="options" #dateRangePicker>
While adding this in my component html file in angular 6. updateRange($event) function is triggered at the time of initial page load. This should not be happen.

Expected behavior
On a page load updateRange($event) this function should not be called. It should only called at the time of updating the daterange.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions