react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars

Results 159 react-multi-date-picker issues
Sort by recently updated
recently updated
newest added

As I mentioned in the Title when we clear the full date by backspace, it shows 1902 year in the date picker calendar. Either it should show today's date only...

I have an only month picker input with these props: onlyMonthPicker, disableYearPicker, hideYear, format='MM', calendar={persian}, locale={persian_fa} when I pick a month from the list it works correctly but when I...

Thank you for your good library. Does this library have onPressEvent or onKeyUp events ?

if you check the first example here https://shahabyazdi.github.io/react-multi-date-picker/events/ the dropdown automatically closes once I select the date. Is there anyway i can control the open and close state of the...

Hi! I have a problem with a custom component. I need to add some styles and icon to input, so I added render props ``` { date && setValue('publicationDate', (date...

I would like the `Value` type to accept two-dimensional arrays. In the sample of the [Multiple Range Picker](https://shahabyazdi.github.io/react-multi-date-picker/multiple-range/#multiple-range-picker) in the document , it is configured to work with a two-dimensional...

When we type a date and have max date selected as today, the component changes the value either to previously entered date or a previous valid year. I want it...

there are a few depricated packages in the latest [email protected]. rollup plugin terser, sourcemap-codec has been depricated

Hey there, Just a quick one about `DatePanel` in **mobile mode**... I'm trying to add an onClick listener to the whole date tile/chip in the date panel. Right now, it's...