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

I just upgraded from 1.5.0 to 4.8.0... and everything crashed, slowly figured out that moment support was dropped for date-fns.. so I figured out the format - https://date-fns.org/v2.29.2/docs/format , however...

Hi, I am using a datepicker for my booking system, I need a solution for disabling all the time slots selected so other users wouldn't book the exact time. Thank...

Stale

**Describe the bug** Because of direct import from `date-fns/[module]` when you import `react-datepicker` with es6 import you add that modules to bundle. Same time if you import something from `date-fns`...

**Describe the bug** When you select a date that is available in the next or previous month you will get 2 selected dates when changing months. **To Reproduce** 1. Go...

**Describe the bug** When I import the CSS in my Vite project, it causes a warning about the @charset rule needing to precede all other statements. **To Reproduce** Steps to...

I see month picker , year picker but no week picker :) .

**Is your feature request related to a problem? Please describe.** Currently rendering a custom day in the calendar widget is supported by `renderDayContents`. It is particularly useful when e.g. showing...

Stale

The problem occurs in react-picker version 1.6.0 ### Expected behavior That the DatePicker would pop up allowing to select a date when clicking into the DatePicker <input> field, but the...

**To Reproduce** Use `showTimeInput` and `todayButton` at the same time. **Expected behavior** Today button should below time. **Screenshots** ![tempsnip](https://user-images.githubusercontent.com/2070906/187176265-c1aed75c-2f9d-4feb-867c-56850e817ed3.png) **Additional context** - Version 4.8.0

Stale