camunda-formio-plugin icon indicating copy to clipboard operation
camunda-formio-plugin copied to clipboard

Check variable pre-population scenario where nested components: such as in a container

Open StephenOTT opened this issue 5 years ago • 2 comments

If you have a container with component, how do you do pre-population? The pre-populated variables are in parent scope. When cycling over each component, we need to detect what the path of the component is in the submission object, and then create that path in the submission object with the pre-population variable

StephenOTT avatar Nov 09 '20 18:11 StephenOTT

Review this line: https://github.com/StephenOTT/camunda-formio-plugin/blob/master/common/forms/formio.html#L223

StephenOTT avatar Nov 09 '20 18:11 StephenOTT

ref: https://github.com/formio/formio.js/issues/3470

StephenOTT avatar Nov 11 '20 14:11 StephenOTT