react-multi-date-picker
react-multi-date-picker copied to clipboard
a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
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) 
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...
 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...