'; $html .= $this->renderLabel($block); $html .= 'getFieldName($block) . ']" '; $html .= 'title="' . $this->getFieldLabel($block) . '" '; $html .= 'value="' . $this->getFieldValue($block) . '" '; $html .= $automationId; $html .= $this->renderInputPlaceholder($block); $html .= $this->getInputValidation($block); $html .= $this->getInputModifiers($block); $html .= '/>'; $html .= '

'; return $html; } }