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

A simple and reusable datepicker component for React

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

When minDate is passed as prop, for example 2022-10-1 and date selection is clicked, 2022 year calendar can not be opened by clicking on 2022 year code example ``` ()...

**Describe the bug** When we try to spread the props or pass the default `aria-describedby` as part of the customInput prop's React.Element, then, in that case, the value which is...

**Describe the bug** When selecting a start date from the second calendar in a multi-month react-datepicker component, the selected month of the second calendar automatically shifts to the next month,...

**Describe the bug** When I use `selectsMultiple` or `selectsRange` with a default `selectedDates` for `selectsMultiple` or manually typing in dates with `selectsRange`, the popover does not navigate to the months...

I just updated the React Date Picker to the latest version, but I'm encountering type errors that I can't resolve. I'm using @types/[email protected] my component: "use client" import { localeDateFormat...

When the YearPicker and MonthPicker are enabled in the react-datepicker component, and a date is already selected, clicking on a month or a year adds the classes react__month-text--keyboard-selected and react-datepicker__year-text--keyboard-selected....

**Describe the bug** We switched our build to esbuild and now react-datepicker returns a commonjs module for the ES6 import. Note: package.json is set to `"type": "module",` **To Reproduce** ```...

**Describe the bug** When I clear the date input using the clear icon (isClearable) and manually enter a new value, the new value that has been manually typed in is...

**Describe the bug** In previous versions when we used keyboard to type a partial date in the input, the datepicker used to perfectly navigate through the calendar. For example typing...

**Describe the bug** In my company, we use the Norwegian date format `dd.MM.yyyy`. The problem may or may not exist in other date formats. Let's say someone fatty-fingers when manually...