coachcare / npm-datepicker

Material Datepicker Fork with TimePicker by CoachCare
MIT License
32 stars 18 forks source link

selectedChanged is not emitted #9

Closed Enngage closed 6 years ago

Enngage commented 6 years ago

Using

<mat-datepicker (selectedChanged)="changeDate($event)" type="datetime" [twelveHour]="twelveHour" clockStep="1" #datepicker></mat-datepicker>

Doet not trigger changeDate method.

matheo commented 6 years ago

@Enngage MatDatepicker deprecated that Output some versions ago, now the MatDatepickerInput has dateChange and dateInput outputs: https://material.angular.io/components/datepicker/api#MatDatepickerInput

I will update the README, thanks!