react-date-range
react-date-range copied to clipboard
A React component for choosing dates and date ranges.
## Subject of the issue There are some placeholder days, from previous and next month, to make the view either 5 or 6 full rows. Though, those days are disabled...
## Subject of the issue I would like to add more static ranges like `quarter`, `last quarter` and `next quarter` to defaultStaticRanges ## Environment Package Version: React version: Node version:...
## Issue with DateRange's `shownDate` prop I am setting the `shownDate` prop to a date in the past, but on initial load the DateRange calendar always opens on today's date,...
## Subject of the issue There's a undocumented prop called twoStepChange that is supossedly made for calling onClick only on the second time you click on a calendar date. Used...
## Subject of the issue Max days restriction ## [BUG] Bug Reproduce Steps How to add max. no. of days restriction. Ex. I should be able to select only max...
## Subject of the issue Hello, there must be an option to limit the date range length. For example, I would like to set max date range support for 30...
is it possible to view the months in a year for selection instead of the days ? Jan | Feb | Mar | Apr May | Jun | Jul |...
Codesandbox : https://codesandbox.io/s/bqksq?file=/src/App index.js:196 Uncaught TypeError: Cannot read property 'color' of undefined at DateRange.updatePreview (index.js:196) at onPreviewChange (index.js:223) at index.js:119 at HTMLUnknownElement.callCallback (react-dom.development.js:3945) at Object.invokeGuardedCallbackDev (react-dom.development.js:3994) at invokeGuardedCallback (react-dom.development.js:4056) at...
added validation to verify if date in DateInput is between minDate and maxDate ## Types of changes What types of changes does your code introduce? _Put an `x` in the...