Skip to content

Commit e37a002

Browse files
committed
feat: test
1 parent cec82b3 commit e37a002

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/useForm.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -921,6 +921,9 @@ export class FormStore {
921921
const { recursive, dirty } = options || {};
922922

923923
this.getFieldEntities(true).forEach((field: FieldEntity) => {
924+
if (field.isList()) {
925+
return;
926+
}
924927
// Add field if not provide `nameList`
925928
if (!provideNameList) {
926929
namePathList.push(field.getNamePath());

0 commit comments

Comments
 (0)