Skip to content

Commit 24b23d9

Browse files
Remove explicit minDate prop from SearchEditMultipleDatePage
The bulk-edit date picker was passing minDate={CONST.CALENDAR_PICKER.MIN_DATE} (20 years back), which caused dates like May 1994 to be greyed out and unselectable. The single-expense date picker (IOURequestStepDate) does not pass minDate, falling back to the DatePicker default of ~100 years back. This aligns the bulk-edit picker with that same behavior. Co-authored-by: Maruf Sharifi <marufsharifi@users.noreply.github.com>
1 parent 7edee91 commit 24b23d9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/Search/SearchEditMultiple/SearchEditMultipleDatePage.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ function SearchEditMultipleDatePage() {
6666
autoFocus
6767
defaultValue={currentDate}
6868
maxDate={CONST.CALENDAR_PICKER.MAX_DATE}
69-
minDate={CONST.CALENDAR_PICKER.MIN_DATE}
7069
/>
7170
</View>
7271
</FormProvider>

0 commit comments

Comments
 (0)