react-datepicker
react-datepicker copied to clipboard
📅 React DatePicker Library (Flexible, Reusable)
Using **RangeDatePicker** in combination with props *clear*, the event fire doesn't call the method **onChange** . I am using this library and it is great but is very necessary for...
**Describe the bug** If a locale does specify a differen first day of the week than sunday, the calendar is showing wrong date/weekday combinations. **To Reproduce** Steps to reproduce the...
Any word if/when there will be an update for React 17?
**Describe the bug** When i open datepicker and if i click on backdrop without selecting any date then it fills today's date in input but it doesn't fire handleChange. Either...
I created a new prop that changes the formatting of the calendar header leaving in the format monthName, year. I believe this helps to close issue # 64
[Issue #64](https://github.com/y0c/react-datepicker/issues/64)
**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 [...] There are few props...
**Describe the bug** Selecting a month beyond March chooses the wrong month **To Reproduce** Steps to reproduce the behavior: 1. Go to [example codepen from readme](https://codesandbox.io/s/react-datepicker-jh5s0?file=/src/index.js) 2. Click on 'Simple...
**Describe the bug** In Russia DataFormat="DD.MM.YYYY", but use: import "dayjs/locale/ru"; and by specifying in the settings RangeDatePicker locale="ru", DataFormat="YYYY.MM.DD". If specify dateFormat="DD.MM.YYYY" , that format turn "MM.DD.YYYY".
**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...