react-datepicker icon indicating copy to clipboard operation
react-datepicker copied to clipboard

A simple and reusable datepicker component for React

Results 459 react-datepicker issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When showYearPicker and selectsRange props are set. Selecting two years does not apply range-start, in-range, nor range-end classnames. **To Reproduce** Steps to reproduce the behavior: 1- Create...

Stale

**Describe the bug** If both `showMonthDropdown` and `showYearDropdown` are enabled, the down-arrows overlap the text. **To Reproduce** 1. Add DatePicker with `showMonthDropdown` and `showYearDropdown` 1. Click DatePicker input **Expected behavior**...

wontfix

Using React Date picker and also used custom input for style regarding. please see the code below and help me out with this. 1) Dateselector.jsx 2) DatePickerContainer.jsx import DatePicker from...

wontfix

Using the locale and after setting the dateFormatCalendar prop with"yyyy年 LLLL", calendar label and drop down order & the values are not aligned Is there is any option to display...

wontfix

**Describe the bug** I have the following DatePicker: ``` ``` Locale is imported and registered in the top of the component file: ``` import { fi } from 'date-fns/locale'; registerLocale("fi",...

wontfix

**Describe the bug** When enabling `showMonthDropdown` and `showYearDropdown` with `minDate` and/or `maxDate` it shows all months selectable in the dropdown. **To Reproduce** - Code ![image](https://user-images.githubusercontent.com/16969395/138501220-e2070199-22db-4f08-92c1-eb37bd35fc98.png) - Render ![image](https://user-images.githubusercontent.com/16969395/138501192-e994aed8-22e6-404f-aac1-74152e475dbf.png) **Expected behavior**...

wontfix

I've added an extra "reset" button to the portal, which works fine with my app, but I also need it to close the portal. Is there a way of doing...

wontfix

**Is your feature request related to a problem? Please describe.** So there is props `showYearDropDown` I want to fire event whenever the year selected changed. ```js () => { const...

wontfix

I want to color weekends and holidays. Is there a way to color with the default features?

wontfix

Before you start - checklist I followed instructions in documentation written for my React-Date-Picker version I have checked if this bug is not already reported Description I'm having an issue...

wontfix