Change even is not fired on datePicker
Closed this issue · 2 comments
mrbinr commented
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
ahirhasmukh commented
@mrbinr Take latest md2:0.0.22
It will work.
dharmeshpipariya-zz commented