We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2e3296 + eb7ec15 commit 25a27abCopy full SHA for 25a27ab
src/expandableCalendar/index.tsx
@@ -588,7 +588,7 @@ class ExpandableCalendar extends Component<Props, State> {
588
hideArrows={this.shouldHideArrows()}
589
onPressArrowLeft={this.onPressArrowLeft}
590
onPressArrowRight={this.onPressArrowRight}
591
- hideExtraDays={!horizontal}
+ hideExtraDays={!horizontal && isOpen}
592
renderArrow={this.renderArrow}
593
staticHeader
594
/>
0 commit comments