form as custom element

This commit is contained in:
Benjamin Dalsass
2025-12-23 09:03:01 +01:00
parent 7713a113cc
commit a627f8a471
11 changed files with 164 additions and 38 deletions

View File

@@ -49,7 +49,6 @@ class FormOutput extends AbstractFormIO
*/
public function ConvertValue(mixed $oData): mixed
{
IssueLog::Error($this->GetName().' array:'.$this->IsArray());
if ($this->IsArray()) {
return $this->ConvertArrayValue($oData);
} else {