react-datepicker icon indicating copy to clipboard operation
react-datepicker copied to clipboard

A simple and reusable datepicker component for React

Results 383 react-datepicker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** If a `minDate` on the future is given and also `showTimeSelect` is set to `true`, the calendar will open on the `minDate` but when selecting time, the...

Stale

Hi! Has anyone found a workaround for this issue? I have an inline date picker and custom buttons added. ` {t('thisWeek')} ` ` const getThisWeekRange = () => { setStartDate(startOfWeek(currentDay,...

After migrating to React 18, I'm getting Typescript compilation error: TS2786: 'DatePicker' cannot be used as a JSX component. Its instance type 'ReactDatePicker' is not a valid JSX element. **To...

react-datepicker component support select end date at first, then select start date. When triggle change callback, Covert to valid date range.

wontfix

Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. -...

wontfix

**Is your feature request related to a problem? Please describe.** I noticed that there is a `dayClassName` and a `weekDayClassName` but I can't seem to find a `yearClassName` for when...

This PR aims to fix a bug with `monthClassName` in the month picker. The bug was that the current date with the selected year is passed for all months making...

**Describe the bug** Property `showYearDropdown` is not working when datepicker is in the `monthYearPicker` mode **To Reproduce** ``` () => { const [startDate, setStartDate] = useState(new Date()); return ( setStartDate(date)}...

disabledKeyboardNavigation only works on day selector, while in month selector it does not work.

Stale

**Describe the bug** When using the props `minDate` and `maxDate`, the options to not navigate to adjacent months is blocked, but day numbers are still displayed, like 29,30,31 is shown...

Stale