Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
noah-franklin opened this issue Sep 24, 2024 · 1 comment

Comments

@noah-franklin
Copy link

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.

@noah-franklin
Copy link
Author

#319 my attempt at a solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant