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

Hi there, It seems like the feature doesn't exist but feel free to correct me if I'm wrong! **Feature description:** I have a DatePicker with `showTimeSelectOnly` at true, and no...

Describe the bug Date picker does not blur the input after selecting a date. To Reproduce Steps to reproduce the behavior: Go to https://reactdatepicker.com//#example-default Click on date input field Select...

**Describe the bug** I'm testing the upgrade to [Rolldown Vite](https://vite.dev/guide/rolldown.html), which switches from ESBuild to Lightning CSS for css minification during build. I am directly importing `react-datepicker/dist/react-datepicker-cssmodules.css` in one of...

When the component is used with **selected** property set to string, not **Date** object, some actions in date-time or time-only modes like choosing date, opening times list second time, etc,...

**Description** When using Safari with the built-in auto-translate feature enabled, navigating between months in the React Datepicker calendar causes a console error. The calendar does not change the month, the...

**Describe the bug** Can't clear the field when use library of mask when use React 18. The same code works as expected in react 19. [React 19 codesanbox](https://codesandbox.io/p/sandbox/7n6yyv) [React 18...

**Is your feature request related to a problem? Please describe.** I want to allow date inputs typed or pasted in various formats, but JS parses "YYYY-MM-DD" inputs in a different...

When using showMonthDropdown and showYearDropdown, the rendered native elements for the month and year do not respect the parent theme's text or background colors. This results in dark text on...

The behaviour of the dateRange picker when used with the months scroller is a bit unintuitive. Steps to reproduce 1. Select start date (eg. 28 Feb 2024) 2. Scroll to...