formio / formio.js

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

FIO-7445: fixed an issue where the interpolated data does not show up… #5510

Closed KatrinKhilko closed 5 months ago

KatrinKhilko commented 5 months ago

… on PDF

Link to Jira Ticket

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

Description

Previously HTML component and interpolation within was rendered before component got data from submission and was refreshed when checkData triggers, PDF generation process was started before refresh is finished. Now we make sure to setContent as soon as we get dynamic data ready.

Breaking Changes / Backwards Compatibility

n/a

Dependencies

n/a

How has this PR been tested?

tested locally

Checklist: