react-datepicker
react-datepicker copied to clipboard
A simple and reusable datepicker component for React
This PR addresses [issue #3674](https://github.com/Hacker0x01/react-datepicker/issues/3674). The `onMonthClick` handler already sets the proper value for the `preSelection` date to the one navigated to via keyboard. The extraneous line updates `preSelection` again,...
See video: https://user-images.githubusercontent.com/2702149/174901960-dca09f27-25c6-4dad-9716-a413301db51d.mov The selected date in the input is correct, but the displayed month and date are not.
Right now, sizes are set in `rem` units, which means that the component has a different size than it's parent both for the font and the spacing of the calendar....
**Describe the bug** I am trying to use date range with time. I need to have 2 time inputs for each displayed calendar **To Reproduce** Add monthsShown={2} and showTimeInput={true} to...
### **Describe the bug** trying to have selection of range with time, have only 1 time selection ### **To Reproduce** use this code snippet: ``` const NewDatePicker = () =>...
**Describe the bug** Hello i have some bug, that component react-datepicker caused bug in when select years or months which is blink only in firefox browser? How to fix this?...
Fixed following issue of date and time select overlay: https://github.com/Hacker0x01/react-datepicker/issues/3588 Before fix:  After fix: 
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.1.0 to 18.2.0. Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM Provide a component stack as a second argument to onRecoverableError. (@gnoff in...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). These dependencies needed to be updated together. Updates `react` from 17.0.2 to 18.2.0 Release notes Sourced from react's releases. 18.2.0 (June 14, 2022) React DOM Provide...
**Is your feature request related to a problem? Please describe.** The existing icon for "clear" field is not easily customizable. **Describe the solution you'd like** An option to customize the...