evansmwendwa / ng2-daterangepicker

Usage Demos update in this url >>>
https://codesandbox.io/s/6yr1zm18w3
MIT License
132 stars 89 forks source link

startDate and endDate is not updating in date picker control #172

Open SachinsMishra opened 2 years ago

SachinsMishra commented 2 years ago

Hi,

I am using ng2-daterangepicker with multiple instance on the same page.

  1. I am using ngModel to update the from date and to date.
  2. I am trying to established the cross communication between datepicker so that if I change any date to one other should update it self and I am able to achieve this.
  3. However when I am trying to do that input ngModel is getting updated but the date does not change on the control.
  4. It does not reflect the same as input ngModel.
  5. Do we have any solution for it ?

Regards Sachin