Skip to content

Commit b15bd5e

Browse files
committed
Fix scrolling
1 parent 0595def commit b15bd5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/DatePicker/CalendarPicker/YearPickerModal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ function YearPickerModal({isVisible, years, currentYear = new Date().getFullYear
8888
}}
8989
textInputOptions={textInputOptions}
9090
initiallyFocusedItemKey={currentYear.toString()}
91+
disableMaintainingScrollPosition
9192
addBottomSafeAreaPadding
9293
shouldStopPropagation
9394
showScrollIndicator

0 commit comments

Comments
 (0)