onefinestay / react-daterange-picker

Other
563 stars 208 forks source link

May choose if CalendarMonths show past or future months (if more than one) #159

Open andywer opened 7 years ago

andywer commented 7 years ago

Use case: If you show multiple calendar months (let's say we have got two) than there are basically two options:

This PR introduces the showCurrentMonth prop to achieve that: showCurrentMonth: React.PropTypes.oneOf(['first', 'last'])