Replies: 1 comment
-
yes @Kettss1 , as per the react-day-picker documentation you can allow to show many months you wanna display. In the <DayPicker
numberOfMonths={2}
//...rest of the code You can customize it and also try to pass it as props, so if some place if you required or needed only one month. I hope this solves your query ? |
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.
-
Hey!
I need the Date Picker to show two months (it'll be the limit for selecting), but this will not be a RANGE selector. I just need to see two months at once. Is there a way to do it?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions