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

**Describe the bug** When clicking the Search icon, the input field doesn't automatically gain focus. This requires the user to click twice – once on the icon and again on...

Stale

**Is your feature request related to a problem? Please describe.** I would like the option to prevent the calendar from opening when the input is clicked. Given that there is...

Stale

**Describe the bug** After upgrading from 6.9 to 7.5, I am unable to extend the original datepicker component into a new component, using the original datepicker-props interface extended with new...

Stale

I am trying to get a date range into a filter. It works but start always adds 5 hours to the actual time. Any help or recommendations? ``` const [startDate,...

Stale

**Describe the bug** When vercel is deploying my typescript project, it gives an error of Module '"date-fns/addDays"' has no exported member 'addDays'. Did you mean to use 'import addDays from...

Stale

**Describe the bug** The "previous month" button appears when selecting a date **To Reproduce** Steps to reproduce the behavior: 1. Go to https://codesandbox.io/p/sandbox/reactdatepicker-forked-kxtkd8 2. Prev button absent ![image](https://github.com/user-attachments/assets/638f3309-e8fe-49dc-b255-b8cd02e99967) 4. Select...

Stale

**Is your feature request related to a problem? Please describe.** My young team members say that the current design looks like we're back in 2010. **Describe the solution you'd like**...

Stale

I am using the datepicker to select a date from which our UI will show x days from that day and back in time. For this we want the datepicker...

Stale

**Describe the bug** Year (`showYearDropdown`=true) and month-year (`showMonthYearDropdown`=true) dropdowns are not accessible via keyboard **To Reproduce** Steps to reproduce the behavior: - Go to https://codesandbox.io/s/zen-tesla-86xt77?file=/src/App.js:514-535 - Tab into either datepicker...