We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9df17e commit 513d4afCopy full SHA for 513d4af
src/View/FormRow.php
@@ -84,7 +84,7 @@ public function render(ElementInterface $element): string
84
$rowAttributes['class'] .= ' form-row--has-errors';
85
}
86
if ($element->isDisabled()) {
87
- $rowAttributes['class'] .= 'form-row--is-disabled';
+ $rowAttributes['class'] .= ' form-row--is-disabled';
88
89
if ($element->type() === 'hidden') {
90
$rowAttributes['class'] .= ' hidden';
0 commit comments