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** Datepicker container does not place larger child below calendar picker **To Reproduce** ``` () => { const [startDate, setStartDate] = useState(new Date()); return ( setStartDate(date)}> Lorem ipsum...

Stale

I'm using the showYearDropdown prop and maxDate prop on the datepicker but when I click the year dropdown, it will always start at the center of list. Is there a...

Stale

Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.3 to 5.0.1. Commits 19fa58d Publish 9802941 fix: webpack noise printed only if error or warning (#12245) 2eef1d0 Update templates to use React 18 createRoot (#12220) 221e511...

dependencies

Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 4.0.3 to 5.0.1. Commits 19fa58d Publish 9802941 fix: webpack noise printed only if error or warning (#12245) 2eef1d0 Update templates to use React 18 createRoot (#12220) 221e511...

dependencies

I'm currently using this date picker with the `withPortal` prop. I noticed that currently, when rendered like this, there is no `TabLoop` enabled at all which allows you to tab...

wontfix

**Is your feature request related to a problem? Please describe.** I currently have time range picker, where a user selects either yearly/monthly, and if they select today's date, it automatically...

Stale

Hello, I am experiencing a problem with the rendering of negative years / b.c. values in the year picker: The year is always off by 1 from its correct value...

Stale

Below is my DatePicker with custom Input, I am having trouble setting types for the Custom input. And I am trying to solve it from yesterday but somehow it always...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Describe the bug** I'm trying to use two Datepickers to select years that will be used as a start and end date (if I'm not mistaken, there's no RangePicker functionality...

Stale