react-datepicker
react-datepicker copied to clipboard
A simple and reusable datepicker component for React
Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. Release notes Sourced from husky's releases. v8.0.1 fix: use POSIX equality operator v8.0.0 What's Changed Feats feat: add husky - prefix to logged global...
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.2 to 4.11.1. Release notes Sourced from webpack-dev-server's releases. v4.11.0 4.11.0 (2022-09-07) Features make allowedHosts accept localhost subdomains by default (#4357) (0a33e6a) Bug Fixes auto reply to...
**Describe the bug** When I pass a custom input component into the `customInput` parameter, typing the date using the keyboard becomes buggy - for example it's not possible to rewrite...
**Describe the bug** Month and year pickers have `react-datepicker__month-text--keyboard-selected` CSS class. Since keyboard navigation is not supported (or not working) for these pickers, picked month, year should not have this...
**Describe the bug** The datepicker allows me to select a range with disabled dates in between even when the selectsDisabledDaysInRange prop is not present **To Reproduce** If you go to...
**Describe the bug** The scroll position of the year dropdrown is not scrolled towards the currently selected year when either minDate / maxDate prop is being specified. The scroll position...
When I followed the steps without doing yard css:dev or the equivalent npm command the dropdown calender had no CSS applied, so I added this step to ensure that anyone...
**Describe the bug** When entering any time in the input field, “RangeError: Invalid time value” is displayed and the field disappears. **To Reproduce** https://reactdatepicker.com/#example-select-time-only The following video explains how to...
**Describe the bug** The main issue is that when I passed my own component into `customTimeInput`, the component was extremely slow and caused a lot of lag throughout the page...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.23.1. Release notes Sourced from eslint's releases. v8.23.1 Bug Fixes b719893 fix: Upgrade eslintrc to stop redefining plugins (#16297) (Brandon Mills) 734b54e fix: improve autofix...