react-datepicker
react-datepicker copied to clipboard
A simple and reusable datepicker component for React
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.2 to 4.10.0. Release notes Sourced from webpack-dev-server's releases. v4.10.0 4.10.0 (2022-08-10) Features allow to configure more client options via resource URL (#4274) (216e3cb) Bug Fixes response...
Bumps [sass](https://github.com/sass/dart-sass) from 1.52.2 to 1.54.4. Release notes Sourced from sass's releases. Dart Sass 1.54.4 To install Sass 1.54.4, download one of the packages below and add it to your...
**Describe the bug** The OnBlur callback does not appear to be being called in `2.11.0` **To Reproduce** Visit https://reactdatepicker.com/#example-onblur-callbacks-in-console and open the developer console 1. Interact with the picker and...
**Is your feature request related to a problem? Please describe.** Our most recent accessibility audit requires us to use `grid`, `row`, and `gridcell` aria attributes for the datepicker instead of...
**Is your feature request related to a problem? Please describe.** I have several projects that use different libraries to manage dates, but react-datepicker forces me to use date-fns. **Describe the...
**Describe the bug** When calendar is open and user unfocus the input by returning to previous focusable element with alt+tab, it should close. **To Reproduce** Steps to reproduce the behavior:...
Add two more cases to onMonthKeyDown function to handle navigating using up and down arrow keys.
Right now the date format that appears in the picker is 'MM/dd/yyyy' instead of the local date format set up in the OS. Instead, the local date format should be...
**Describe the bug** When a user types a date into the datepicker input that is after the specified `maxDate`, a seemingly random valid date will be used instead, without calling...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...