creativetimofficial / ct-paper-dashboard-pro-angular

8 stars 10 forks source link

Datetime picker doesn't fire ngModelChange event or does not update model value. #4

Closed rayvaz closed 6 years ago

rayvaz commented 6 years ago

Hi, when i try to use date picker, its changing input values visually but the model doesnt change.

<input type="text" class="form-control datepicker" placeholder="Today"(ngModelChange)="updateMyDate($event)" [ngModel]="today" name="today">

chelaruc commented 6 years ago

@rayvaz Sorry for the late response! Can you try this module for datepicker? https://www.npmjs.com/package/eonasdan-bootstrap-datetimepicker We will change the current datetimepicker from current version with this module because we have a lot of issues with it too.

Best, Ciprian