[835] Auto-save in new Item Submission form breaks the form

Improved form touched state in ngrx store.
This commit is contained in:
Alessandro Martelli
2020-12-15 11:38:46 +01:00
parent e8255927c5
commit 042d2e71f0
9 changed files with 75 additions and 89 deletions

View File

@@ -384,7 +384,7 @@ export class FormBuilderService extends DynamicFormService {
const result = iterateControlModels([model]);
return result;
return Object.keys(result);
}
}