CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

How to limit year for the calendar

Open aravi365 opened this issue 2 years ago • 1 comments

Currently we can toggle to any month and any year, how to block user navigating to different months and years

aravi365 avatar Oct 11 '21 04:10 aravi365

You can use the maxDate props, if you need something more dynamic you can use the disabledDates prop to pass an array of disable dates or function to test if it should be disabled.

iaminarush avatar Dec 06 '21 01:12 iaminarush