formio / formio.js

JavaScript powered Forms with JSON Form Builder
https://formio.github.io/formio.js
MIT License
1.83k stars 1.04k forks source link

FIO-8109 fixed save draft triggering for nested components #5553

Closed HannaKurban closed 3 months ago

HannaKurban commented 3 months ago

Link to Jira Ticket

https://formio.atlassian.net/browse/FIO-8109

Description

Previously, the Save Draft was not triggered for Nested Form components unless the additional properties form.draftEnabled and form.savingDraft were set. This has been fixed. Now Save Draft is triggered without form.draftEnabled and form.savingDraft for Nested forms

Dependencies

no.

How has this PR been tested?

Manually with using jsFiddle.

Checklist: