- Issue created by @MikaT
- 🇫🇮Finland MikaT
To me this seems that in WebformCompositeBase::validateWebformComposite the $composite_elements is empty because the value is missing in the WebformWorkflowsElement::getCompositeElements $element?
From webform_workflows_element/src/Element/WebformWorkflowsElement.php
if (!isset($element['#value'])) { return $elements; }