shreekeshmurkar

Results 8 comments of shreekeshmurkar

@dweinstein1 This can be easily solved by passing same value to both, `minDate` and `selected`, properties.

@martijnrusschen Please review

@martijnrusschen Please review

@martijnrusschen Please review

@javsand How are you able to select date after applying `showYearPicker` ? Can you provide sample code or a sandbox link for the same ?

@martijnrusschen Can you confirm this behavior so that we can fix it? Can `showTimeSelect = false` be a valid usage of the property ?

@PMLP-novo Why can't this be solved using `renderDayContents ` property ? Try following code. ``` () => { const [startDate, setStartDate] = useState(new Date()); const highlightDates= [subDays(new Date(), 7), addDays(new...