Rudeg / react-input-calendar

http://rudeg.github.io/react-input-calendar/
MIT License
139 stars 94 forks source link

Allow minDate & maxDate update #111

Closed boiving closed 7 years ago

boiving commented 7 years ago

Add minDate and maxDate in componentWillReceiveProps allow user to dynamically update the component. If you have a startDate and an endDate, you can set the endDate minDate depending your startDate.

Rudeg commented 7 years ago

@boiving Thanks!