diff --git a/src/useForm.ts b/src/useForm.ts index 3558f4b5..10ae6e43 100644 --- a/src/useForm.ts +++ b/src/useForm.ts @@ -281,9 +281,7 @@ export class FormStore { const namePath = 'INVALIDATE_NAME_PATH' in entity ? entity.INVALIDATE_NAME_PATH : entity.getNamePath(); - // Ignore when it's a list item and not specific the namePath, - // since parent field is already take in count - if (!nameList && (entity as FieldEntity).isListField?.()) { + if (!nameList && (entity as FieldEntity).isList?.()) { return; }