react-date-range
react-date-range copied to clipboard
A React component for choosing dates and date ranges.
## Subject of the issue I got error below on console when I set scroll enabled props to Calendar. `ReactList failed to reach a stable state. ` However, scroll function...
## 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)...
## Subject of the issue Works fine on chrome but crashes in safari m1 pro.  ## [BUG] Bug Reproduce Steps use it in safari that's it. ## [BUG] Expected...
## Apply custom theme When I download the library, the programmer have the posibility to customize the calendar in their own, for example, changing background color, the range colors, border...
## Subject of the issue when i entered some digits its create issue e.getAttribute is not a function ## [BUG] Bug Reproduce Steps by entering some number ## [BUG] Expected...
## Subject of the issue When submitting the selected dates, the `disabledDates` will be recognized by the Application even though the props is correctly passing. ## [BUG] Bug Reproduce Steps...
## Subject of the issue I was using this with dark theme website but it was lookin kind of odd in light theme... So there must be an option to...
Can this package be updated to be compatible with React v18? I get the following error when trying to use this package in a NextJS v13 app (which uses `react@^18.2.0`):...
## maxDate attribute can be bypassed from end user in DateRangePicker Selecting a date range in DateRangePicker by using the 'days starting today' option from the UI selects the disabled...
## Types of changes What types of changes does your code introduce? _Put an `x` in the boxes that apply_ - [x] Bugfix (non-breaking change which fixes an issue) -...