react-date-range icon indicating copy to clipboard operation
react-date-range copied to clipboard

A React component for choosing dates and date ranges.

Results 167 react-date-range issues
Sort by recently updated
recently updated
newest added

## Errors with react list at Calendar mount I am seeing regular errors like this in production: `null is not an object (evaluating 'this.list.getVisibleRange') `. The error is that `this.list`...

## Subject of the issue i want to highlight dates base on data i am getting from API and disable other dates.Is there any way to highlight specific dates because...

## The Component show random date even thought the shownDate prop is passed as today's date the shownDate is passed as prop with the value of today's date( new Date()...

## Types of changes This PR fixes the bug when setting the focusedRange={[0, 1]} does not show the end date of the range. _Put an `x` in the boxes that...

## Subject of the issue Right now there is a functionality for hiding and closing date (months at the top of the calendar). Right now, I want to make the...

## Subject of the issue The current component is not responsive, is there any other solution except overriding component's CSS to make it responsive? ## Environment Package Version: 1.4.0 React...

## Types of changes What types of changes does your code introduce? _Put an `x` in the boxes that apply_ - [ ] Bugfix (non-breaking change which fixes an issue)...

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 Changelog Sourced from...

dependencies

I'm trying to add rounding to only the start and end edge of the range, which works great: ![image](https://user-images.githubusercontent.com/142338/155217953-d2ac3a9d-d473-4e3d-acb9-1906c53004bc.png) and if the range spans multiple months, i render a muted...