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

If using the datepicker in range mode and if a max date gets set, the picker displays the next (future) month as well with all days disabled, which does not...

i'm building a custom form and i need to validate the user input when typing the date as well as when selecting. the problem i'm facing is that the onChange...

Hi I am using the minDate to disable selection. Let say the currentDay is 2024-08-31, we use minDate to disable selection the days from the past and current minDate=2024-09-01. All...

وقتی کاربر تاریخ و دستی تایپ میکنه قابلیتش و داره که اسلش خودکار بیفته؟

میشه تو پروژه ای که با ری اکت نیست ازش استفاده کرد؟

I want to pass a custom datetime to the component, but it does not work, why ? ``` ```

regards the separator does not work on the DatePicker component and the comma remains and does not disapper

regards, due to that the buttons does not do anything in disabled state, it can not be distinguished which button is disabled and how can take that disabled element, if...

i want to disable past days in calendar here is my current approach ```` mapDays={({ date, isSameDate, today }) => { let isBooked = bookedDays.find((x) => isSameDate(date, x)); if (...

Checking the week numbers for 2025 they don't match with the expected ISO week number. For example: ![image](https://github.com/user-attachments/assets/711e6ff4-81af-45d6-b5ba-4a41609e2378) https://shahabyazdi.github.io/react-multi-date-picker/other-examples/#displaying-week-numbers The first week should be 1 and not 52 according to...