camunda-formio-plugin
camunda-formio-plugin copied to clipboard
Check variable pre-population scenario where nested components: such as in a container
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
Review this line: https://github.com/StephenOTT/camunda-formio-plugin/blob/master/common/forms/formio.html#L223
ref: https://github.com/formio/formio.js/issues/3470