Add submit button styles support to block styles renderer
[MAILPOET-2604]
This commit is contained in:
committed by
Veljko V
parent
2c69d07109
commit
94784cfd8a
@@ -27,7 +27,7 @@ class Textarea {
|
||||
|
||||
public function render(array $block, array $formSettings): string {
|
||||
$html = '';
|
||||
$styles = $this->inputStylesRenderer->render($block['styles'] ?? []);
|
||||
$styles = $this->inputStylesRenderer->renderForTextInput($block['styles'] ?? []);
|
||||
|
||||
$html .= $this->rendererHelper->renderLabel($block, $formSettings);
|
||||
|
||||
|
Reference in New Issue
Block a user