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

how to prevent mobile keyboard to appear when click on datepicker. this keyboard is over datepicker calendar.

I have request about range date, how to add range in custom plugin such us (today, yesterday, this week, last month) ![range](https://user-images.githubusercontent.com/15336755/150736519-cbfb536a-1827-4174-aabf-cc06edf3caf5.PNG)

I noticed that the feature for multiple is only for single days, but when it comes to ranges you can only have one range at a time, it would be...

Hello, I am using only Calendar component from your work. I found interesting issue which I want to inform you. I have dates array from API. I set the array...

Hello Shahabyazdi, I found that if we pass the Number of months props, the picker takes the current month as of the selected date month. For eg., if I have...

![calendar](https://user-images.githubusercontent.com/39995114/189834799-c52dbb85-de26-4140-9210-eff8e996949e.png) Hi, Thanks for the awesome plugin. Really great and easily customizable. Is it possible to have a hover effect when the user selects the start date and moves the...

Hi, is it possible to show all months vertically with a scroll?

i am using persian calendar with locale={persian_fa} and using react-hook-form , when i get values from data object of react-hook-form , it have persian numbers for data picker , i...

Steps to reproduce: Click into date field Select: 12/10/2022 In the input field, change to 12/55/2022 Expect onChange - date.isValid = false - no date selected on calendar Actual onChange...