initializeResultArray(); $parameterArray = $this->data['parameterArray']; $config = $parameterArray['fieldConf']['config']; $itemValue = $parameterArray['itemFormElValue']; if ($config['format'] ?? false) { $formatOptions = $config['format.'] ?? []; $itemValue = $this->formatValue($config['format'], $itemValue, $formatOptions); } $size = $config['size'] ?? $this->defaultInputWidth; $size = MathUtility::forceIntegerInRange($size, $this->minimumInputWidth, $this->maxInputWidth); $width = $this->formMaxWidth($size); $fieldId = StringUtility::getUniqueId('formengine-textarea-'); $fieldInformationResult = $this->renderFieldInformation(); $fieldInformationHtml = $fieldInformationResult['html']; $resultArray = $this->mergeChildReturnIntoExistingResult($resultArray, $fieldInformationResult, false); $html = []; $html[] = $this->renderLabel($fieldId); $html[] = '