Navigation ignores disabled Param? Or I do something wrong #2786
-
I found out that on versions 9.7.0 + navigations elements ignore "disabled" params. Disabled days are disabled, but can't be navigated to using dropdowns or navArrows. Tried almost everything from the examples or documentation, nothing worked on current version example https://codesandbox.io/p/devbox/rdp9-hidden-days-forked-6tvj46 |
Beta Was this translation helpful? Give feedback.
Answered by
gpbl
Jul 10, 2025
Replies: 1 comment
-
@EgorTelitsyn if you are upgrading from v8, you should use Does this fix your issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
EgorTelitsyn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@EgorTelitsyn if you are upgrading from v8, you should use
startMonth
andendMonth
instead offromDate
,toDate
: https://daypicker.dev/upgrading#5-replace-fromdate-and-todateDoes this fix your issue?