diff --git a/src/components/DateField/DateField.tsx b/src/components/DateField/DateField.tsx index 067720393..7c2188df6 100644 --- a/src/components/DateField/DateField.tsx +++ b/src/components/DateField/DateField.tsx @@ -133,6 +133,7 @@ const DateField: React.FC = ({ className, label, error, helperText, value {!rest.required ? {t('optional')} : null}
+ {/* don't be tempted to make it type="hidden", onChange will practically be ignored that way */}