Baremetrics / calendar

Date range picker for Baremetrics
MIT License
679 stars 78 forks source link

callback function is not called if only start date is changed in Double Calendar #25

Closed enekochan closed 8 years ago

enekochan commented 8 years ago

In a Double Calendar if you change the start date it is correctly updated and the calendar then expects you to select the end date. The issue appears when you don't want to change the end date and you just click outside the calendar: the callback function is not called and thus your code doesn't do it's business.

scottrobertson commented 8 years ago

This is similar to https://github.com/Baremetrics/calendar/pull/1

kalepail commented 8 years ago

@enekochan Should be good to go on this one. https://github.com/Baremetrics/calendar/commit/c7e68c20f4a4b165be75958284296de00b0f30e4

enekochan commented 8 years ago

Thanks!