JohannesHoppe / angular-date-value-accessor

Home of the Angular DateValueAccessor for <input type="date">
http://johanneshoppe.github.io/angular-date-value-accessor/
MIT License
78 stars 19 forks source link

issue on Angular v7 #14

Closed aravindkr86 closed 4 years ago

aravindkr86 commented 5 years ago

`

 <input type="date" placeholder="Payment Date"   class="form-control showCalenderInline"   
  formControlName="payment_date" useValueAsDate  #payment_date  
  [(ngModel)]="paymentdata.payment_date"  >

`

On page load the date value is not getting rendered Capture p

JohannesHoppe commented 5 years ago

Please provide an example on stackblitz.com so that we can reproduce this issue.

JohannesHoppe commented 4 years ago

Works in N8 for me!