CalendarPicker icon indicating copy to clipboard operation
CalendarPicker copied to clipboard

min and max Date change issue

Open DiligentMe opened this issue 2 months ago • 2 comments

When the minDate and MaxDate is changed, it remain on previous min-max Date. When i move to actual month (previous or next) it behaves abnormally. new min and MaxDate is newer than previous min max date, previous button stays active infinitely and same is the case with if minmax date is older than previous minmax date it next button keeps active. When i actually move to actual minmax date month it gets set to correct min max date range. <CalendarPicker allowRangeSelection={false} enableDateChange={false} restrictMonthNavigation={true} minDate={minDate} maxDate={maxDate} startFromMonday={true} showDayStragglers={true} disabledDates={disabled} customDatesStyles={allDates} /> please help to solve this problem!

DiligentMe avatar May 14 '24 02:05 DiligentMe