Even though the Readme states "All form finishers will be aware of the copied field(s)." it seems not to be possible to save fields from repeatable fields even with repeatablecontainer-1.0.imageupload-1: keys.
Maybe related to #29 ?
SaveToDatabaseFinisher uses $this->finisherContext->getFormValues() which takes the values from formRuntime->getFormState()->getFormValues(); Those seem not to be touched by repeatable_form_elements
Even though the Readme states "All form finishers will be aware of the copied field(s)." it seems not to be possible to save fields from repeatable fields even with
repeatablecontainer-1.0.imageupload-1:keys.Maybe related to #29 ?
SaveToDatabaseFinisher uses
$this->finisherContext->getFormValues()which takes the values fromformRuntime->getFormState()->getFormValues();Those seem not to be touched by repeatable_form_elements