Skip to content

DatePanel with markFocused does not style the active datetime with Calendar set to multiple and range #316

Open
@noah-franklin

Description

@noah-franklin

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions