RenovoSolutions / ngx-datetimepicker

An Angular component for a customizable date and time picker
MIT License
31 stars 24 forks source link

datetime doesn't seem to save #47

Closed eng17 closed 5 years ago

eng17 commented 6 years ago

I'm using a ngx-datetime-picker. If I select a date/time with the mouse, the input control is populated with the new date/time and the next time the picker opens, it shows the new date/time, as expected. However, if I manually edit the text input, the new date/time stays in the edit box, but the picker does not reflect the change. Not sure why.

My code: <ngx-datetime-picker [(selectedDateTime)]="myDate" (selectedDateTimeChange)="myChange($event)">

jrquick17 commented 5 years ago

This works fine in the demo found here.