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

**Is your feature request related to a problem? Please describe.** I want to communicate to my users why a day is highlighted or not highlighted **Describe the solution you'd like**...

Stale

Max year available is 2021, when you click in the "next" button it changes year to 1990 (that's correct), but when you click on the Day it changes the date...

wontfix

There was an issue about th year, but it was closed since no further activity occurs. It's really a valid issue. Could you please take a look at it? ![image](https://user-images.githubusercontent.com/62533432/137269733-7a2542dd-0fcd-4ce7-a146-a07345d5c30b.png)...

wontfix

**Describe the bug** As I understood, `react-datepicker` uses `date-fns` under the hood for formatting dates, localization and so on. I'm trying to escape some characters in the `dateFormat` prop but...

wontfix

**Describe the bug** I can't style the calendar using calendarClassName like the example on https://reactdatepicker.com/, "Custom calendar class name"... there are also some other ____ClassName props that don't work either....

**Describe the bug** TS7016: Could not find a declaration file for module 'react-datepicker'. ..../node_modules/react-datepicker/dist/index.js' implicitly has an 'any' type. Try `npm i --save-dev @types/react-datepicker` if it exists or add a...

**Describe the bug** Setting `showTimeSelect` to true dynamically when initialized with `showTimeSelect = false` in the inline version doesn't render the time picker but you can toggle the time select...

**Describe the bug** When using datepicker with portals, focus does not go into datepicker from input **To Reproduce** 1. Go to https://reactdatepicker.com/#example-portal-by-id 2. Click input 3. Click "tab" **Actual behavior**...

Fixed following issue of children content alignment: https://github.com/Hacker0x01/react-datepicker/issues/3654 Before fix: ![image](https://user-images.githubusercontent.com/36602524/172044458-aa91a3ea-8155-48c2-838b-032c25d6cf71.png) After fix: ![image](https://user-images.githubusercontent.com/36602524/172044475-cbc29aae-1f6f-4909-ab96-a90a0d5f4677.png)

**Describe the bug** When specifying a `timeFormat` or `dateFormat` such as `h:mm a`, the time selection dropdown does not respect this formatting and displays "AM/PM" as capitals instead of "am/pm"...

Stale