react-date-range
react-date-range copied to clipboard
A React component for choosing dates and date ranges.
Is there a way that i can control the month of each calendar in navigatorRenderer? The docs does not specify clearly about its usage.
I set scroll={{ enabled: true }} for scrolling but don'T want to show the scrollbars. I tried to set various css classes to ::-webkit-scrollbar { display: none; } resp. to...
## Subject of the issue en-IN from date-fns is not supported , please add this into future fixes. ## [BUG] Bug Reproduce Steps Tell us how to reproduce this issue....
## Subject of the issue Whenever a property, such as `color`, or `showSelectionPreview` changes its value on { if (calendarRef.current !== null) { calendarRef.current.updateShownDate = () => {}; } });...
I am trying to use a DateRange component and I would like to have my initial Calendar empty with nothing selected. Once I start clicking on the calendar then I...
## Subject of the issue How to remove default hover event listeners ## [BUG] Bug Reproduce Steps hover the mouse over the a day of Calendar Component, it automatically add...
There appears to be some inconsistencies with this component between selecting the date range from the calendar VS selecting the predefined ranges. When selecting from the calendar , the range...
**Description** Although we are aware that mobile related features are in TODOs , wanted to check if we will be getting the updates anytime soon or in any specific release....
Is there a possibility to disable the selection of all dates when i click on particular date range ? For example , if i click on past year , i...
## Subject of the issue So, I want to implement DateRangePicker on my website, the only issue is that the left panel (circled in red) doesn't have the presets that...