indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

Datepicker doesn't populate the bounding input anymore If i modify the input with custom date before #272

Open csimpi opened 5 years ago

csimpi commented 5 years ago

Datepicker doesn't populate the bounding input anymore If i modify the input with custom date before.

I was trying to test what's happening if the user wants to fill the date value in the input but finally he/she wants to pick a date instead. After a custom modification of the input the datepicker doesn't populate the input (model) with the selected date.