This repository was archived by the owner on May 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 700
Bug in color fallback values #642
Comments
can you assign me this issue |
Yeah, I have the same issue, |
If you want to just see the date ranges and not interact with it, you can disable pointer events for that div. .rdrMonth {
pointer-events: none !important;
} |
Found this solution: Copy the code from the preview: https://hypeserver.github.io/react-date-range/#calendar
|
@70Ni |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, there seems to be a bug, as there is no
color
in scopereact-date-range/src/components/DateRange/index.js
Line 123 in 6f86cca
The text was updated successfully, but these errors were encountered: