ng2-ui / datetime-picker

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

Cannot change date or time through input element #182

Closed alexciesielski closed 7 years ago

alexciesielski commented 7 years ago

Feature Request

Current behavior It is not possible to change the date or time by typing into the input. The input gets deleted.

Expected/desired behavior I would like to have the choice to change the time using the keyboard or the mouse.

allenhwkim commented 7 years ago

I got it. Currently, input field is modifiable but whenever user enters some value, it modifies the input value to follow the date format unless the input value is blank. I will see what I can do about it.

skalakon commented 7 years ago

I am still facing the issue. Is it solved?

alexciesielski commented 7 years ago

This is still an issue, I just installed 0.16.2 and changed the time by keyboard. I closed and reopened the datetime-picker and it still shows old time. The ngModel is not updated.

HerrSlavchev commented 7 years ago

Same here - using 0.16.2 too. What shall we do to reopen the issue?