mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
override default MIN_SUPPORTED_DATE on date picker
This commit is contained in:
parent
db1c75bff8
commit
2f3f0e7e53
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ function ProfileForm({ title, onSubmit, defaultValues }: ProfileViewProps) {
|
|||
<DatePicker
|
||||
popperPlacement="bottom"
|
||||
className="mt-2"
|
||||
minCalendarDate={DateTime.now().minus({ years: 100 }).toISODate()}
|
||||
error={error?.message}
|
||||
{...field}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue