ng2-datetime
ng2-datetime copied to clipboard
manual input date doesnot get updated to the formcontrol
Hi ,
I am using reactive forms , Angular 4.4 version and latest ng2-datetime package.
Manual entry of the date , never triggers the value change in the code, it only gets fired when its selected from the date picker only.
Any work around or its a known issues?
How to get this working?
I had same problem. In my case it was problem due to the new version of "bootstrap-datepicker". I switched it back to: "1.6.4" and it works for now.
Sounds good!
Which version ng2-datetime are you using ?
Latest, 1.4.0
Hi ,
I just do an install and all dependencies are saved . I will not be in a position to manually change.
How have you done it . I cannot edit the node modules(ng2-datetime) package.json file .