Commit 6d1b99ec authored by tom's avatar tom

max date

parent 14a5354d
......@@ -29,6 +29,7 @@ const CsvExportFormField = ({ formApi, name }: Props) => {
type="date"
isDisabled={ formState.isSubmitting }
autoComplete="off"
max={ dayjs().format('YYYY-MM-DD') }
/>
<InputPlaceholder text={ _capitalize(field.name) } error={ error }/>
</FormControl>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment