reagent-project / reagent-forms

Bootstrap form components for Reagent
339 stars 78 forks source link

Datepicker boundary issue fix #87

Closed raboui closed 8 years ago

raboui commented 8 years ago

Fix for issue #85. i. Change last-date and prev-date functions to return a vector of size 3 containing year, month and day and avoid the error: No item 2 in vector of length 2 ii. Update to not save the date on year and month selections to avoid invalid dates e.g. 31/Feb/2016

yogthos commented 8 years ago

looks great thanks!

yogthos commented 8 years ago

and I pushed the latest to Clojars

raboui commented 8 years ago

Thanks for getting that deployed so quick.