chemerisuk / better-dateinput-polyfill

input[type=date] polyfill
http://chemerisuk.github.io/better-dateinput-polyfill/
MIT License
259 stars 58 forks source link

valueAsDate is not setting value to date input #95

Closed parthivshah91 closed 6 years ago

parthivshah91 commented 7 years ago

Hi chemerisuk, In my project, we are binding valueAsDate to input type=date. In this case, valueAsDate is not setting value to input field (default value is set from value only). and upon datepicker's date selection it's not setting valueAsDate as it's only setting value property. Maybe it's a quick fix.

Thanks, Parthiv

chemerisuk commented 6 years ago

@parthivshah91 please try version 3

parthivshah91 commented 6 years ago

I tried version 3. However, issue is not resolved. I have attached demo file for your reference. index.zip