Promact / md2

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
http://code.promactinfo.com/md2/
MIT License
379 stars 112 forks source link

Change even is not fired on datePicker #229

Closed mrbinr closed 7 years ago

mrbinr commented 7 years ago

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 7 years ago

@mrbinr Take latest md2:0.0.22 It will work.

dharmeshpipariya-zz commented 7 years ago

@mrbinr it is duplicate issue #227