diff --git a/src/pages/dataElements/form/fields.tsx b/src/pages/dataElements/form/fields.tsx index a594c351..fe907447 100644 --- a/src/pages/dataElements/form/fields.tsx +++ b/src/pages/dataElements/form/fields.tsx @@ -37,7 +37,9 @@ export function NameField() { field: 'name', id: dataElementId, }) - const { meta } = useField('name') + const { meta } = useField('name', { + subscription: { validating: true }, + }) return (