react-datepicker
react-datepicker copied to clipboard
A simple and reusable datepicker component for React
**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...
`"react-datepicker": "^8.1.0",`
**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...
**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...
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,...
**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...
**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  4. Select...
**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**...
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...
**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...