ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

Calendar not picking the date set in the input #33

Closed 0cv closed 7 years ago

0cv commented 7 years ago

As shown on the plunkr of the Readme https://plnkr.co/edit/su2aiL?p=preview, when clicking on the link "2015-06-30", the date is set correctly. However, when opening the popup, it opens to the date of today.

allenhwkim commented 7 years ago

Thanks for reporting this. I will take a look at it

allenhwkim commented 7 years ago

fixed and released as 0.9.1. Please verify the fix.

0cv commented 7 years ago

This seems to work, thanks