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
When navigating through the calendar using the Tab key, it's impossible to move the focus beyond the day/month/year panel, for example, to shift focus to the confirmation button placed below...
This is my component ``` ``` Im guessing markFocus doesnt support multiple range dates in terms of styling, the functionality is there.
Added a find function if the date object is an array to check if the focused date is in there. Added focus styling on the date buttons by setting a...
Some people need to use a screen reader or keyboard to access pages. It would be great if this component could adapt to these situations. To achieve this, the select...
"use client"; import { useState } from "react"; import DatePicker, { DateObject } from "react-multi-date-picker"; import DatePanel from "react-multi-date-picker/plugins/date_panel"; const DashboardOp = () => { const [value, setValue] = useState(...
در بوت استرپ 5 المانی داریم با نام Floating labels که میخوام دیت پیکر رو روی اون اجرا کنم . کامپوننتی که نوشتم به این صورت هست : ``` function...
I am facing issue in windows OS . Its highlighting next date in any browser. pls see. In current screenshot I have selected 22nd date but its highlighting 23rd.
Is there a way to prevent the input box from being defaultly populated with the current date when clicking to open the calendar.
Hello. Calendar is open always onFocus. There is no possibility to change that. I need option to open calendar only onClick. When input is focused, then calendar shouldn't open. Could...
Hello. Could you add possibility to choose the date with Enter key? Currently it is only available with Spacebar. In other libraries it is available with Enter also. https://shahabyazdi.github.io/react-multi-date-picker/ 