-
Notifications
You must be signed in to change notification settings - Fork 679
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
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 |
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: