Promact/md2

Change even is not fired on datePicker

Closed this issue · 2 comments

Bug, feature request, or proposal:

Event on datePicker type time is not fired when you click new hour or minutes.

What is the expected behavior?

I have tested something like
<md2-datepicker formControlName="scheduleTimeOpen" (change)="testChange()" type="time" placeholder="openning time"></md2-datepicker>

What is the current behavior?

function testChange is not called.
I have tested same thing on datePicker type date and it works.

Best Regards,

Pascall

@mrbinr Take latest md2:0.0.22 It will work.

@mrbinr it is duplicate issue #227