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

آقای یزدی میشه این مشکل را کمی توضیح بدهید؟

Great package, but we found a few accessibility issues that should likely be addressed in the package rather than on our end. 1. No default focus state for calendar dates....

It looks like it is not working on react native projects, would you please make it work with react native کتابخانه بسیار عالی ای هست اما ظاهرا در react native...

سلام از کتابخانه عالی تون متشکرم. خلاء این کتابخانه خیلی احساس می شد. من از react hook form استفاده میکنم و بسیار عالی کار میکند. الان مشکل اینجاست وقتی داریم...

I didn't find a prop to close datepicker on mobile version.

Is there non react of this project ?

How to add year navigation buttons in header beside month navigation buttons?

Even when the "onFocusedDateChange" is disabled, today month and year have : class="rmdp-day rmdp-today rmdp-selected" but the day of today is correct: class="rmdp-day rmdp-today"

I'm using mobile classnames and a custom mobile button: mobileButtons={[ { label: "حذف", type: "button", className: "rmdp-button rmdp-action-button", onClick: {() => { setValue(undefined); datePickerRef.current.currentDate = {}; datePickerRef.current.closeCalendar(); }}, }, ]}...

I was not able to reproduce this on desktop, only on mobile. I probably was not able to click fast enough on desktop. When you select two dates very quickly...