Replies: 2 comments
-
@landsman Would you replicate your problem in https://codesandbox.io/s/react-daypicker-vl4ry? Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried and found bug in my code, sorry for that! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is follow-up to already existing: #1584
When you have turn on property
showOutsideDays
there is no easy way how to achieve this design from outside I think.Hard way would be to generate "occupied days" for specified month with some "drop off" before and after, which is kinda overkill.
So I can imagine some kind of property to switch this logic from "disabled" to "allowed".
What do you think?
Beta Was this translation helpful? Give feedback.
All reactions