Open
Description
This is my component
<Calendar
style={{ width: "100%" }} // Adjust the width and height as needed
className="bg-dark"
multiple
range
rangeHover
format="MM/DD/YYYY HH:mm"
plugins={[
<TimePicker hideSeconds position="bottom" />,
<DatePanel markFocused />,
]}
/>
Im guessing markFocus doesnt support multiple range dates in terms of styling, the functionality is there.
Metadata
Metadata
Assignees
Labels
No labels