Commit 24b23d9
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
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | 69 | | |
71 | 70 | | |
72 | 71 | | |
| |||
0 commit comments