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
Hi Shahab, Thanks a lot for your valuable work. I have a couple of issues with the range mode. Firstly, the `colors` plugin doesn't work in the range mode, and...
how to customizing range in several mode like weekpicker etc? or cani customizing my own range mode?
``` ``` Should cause the `rangeHover` to be enabled but this doesn't work for multiple range calendars.
``` ``` Doesn't allow de-selecting of dates via the calendar. The DatePanel is basically required in this case to allow removal of date ranges.
On mobile, selected days appear with hover background color. Then, when you deselect the day, the hover background remains. It only gets corrected after you click somewhere else on the...
When using DateObject alone (`import { DateObject } from 'react-multi-date-picker';`), css styles also get added. I think the it happens because `Calendar` is exported as default, thus being imported even...
Hello, is there a possibility to get an id for date range ? I want to put date range in my restful API and work on it with a crud...
 The manually set date does not work not in my code neither in your doc example.
سلام وقتتون بخیر من به یک مشکلی خوردم اینکه موقع استفاده از تقویم برای نمایش مناسبت ها وقتی میخوام روز 25 شهریور رو که با 30 صفر همزمان هست تعطیل...
After giving prop onOpenPickNewDate = false, whenever there is a re render the older date is shown
Hii, Current date or time is set on first time open, I came to know a prop needed to be added onOpenPickNewDate = false , After setting this prop to...