Using the default storybook, I select start and end date to be 2 months in the future. Then I click on start or end date and try and pick a date in this month but this month is not displayed or navigable.
Nevermind, the buttons were scrolled off the screen.
It turns out that the problem does exist when using Vertical Scroll orientation. When vertical scroll orientation is selected the previous button is never displayed for me.
I didn't find a story book example for vertical scroll to verify behavior.
I tried to run a story to demonstrate the problem with no luck.
.addWithInfo('vertical scrollable initial month', () => (
<DayPickerRangeControllerWrapper
onOutsideClick={action('DayPickerRangeController::onOutsideClick')}
onPrevMonthClick={action('DayPickerRangeController::onPrevMonthClick')}
onNextMonthClick={action('DayPickerRangeController::onNextMonthClick')}
orientation={VERTICAL_SCROLLABLE}
withPortal
numberOfMonths={12}
initialVisibleMonth={() => moment().add(10, 'months')}
/>
))
Hello! Any development on this issue? 馃槃
+1
Anything?
Hello, i have some time and will to work on this issue. Can i do it? @majapw / @backwardok
@Mathiasduc Yes please! That'd be wonderful
Hello,
I tried to look around and it look like that now you cannot event make it work in vertical scrollable mode anymore with the SingleDatePicker anymore (which was my use case). But i'll have a look at this specific issue regarding the DayPickerRange and see if i can strike two birds with one stone.
Hello @Mathiasduc,
Any news about it?
Hi,
At the time i tried to work on it and it was too much for me to get fully immersed in the code base, so i did not progress much.
Sorry :s
any update on this?
Most helpful comment
Hello! Any development on this issue? 馃槃