fix: add FDateInput

This commit is contained in:
elforjani13
2022-06-11 13:58:04 +02:00
parent bee7896279
commit 327916da4b

View File

@@ -69,7 +69,9 @@ function ProjectFormFields() {
className={classNames(CLASSES.FILL, 'form-group--date')}
>
<FDateInput
{...momentFormatter('YYYY/MM/DD')}
name="project_deadline"
formatDate={(date) => date.toLocaleString()}
popoverProps={{
position: Position.BOTTOM,
minimal: true,