We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8af6afc + 5ada9ab commit e7ff497Copy full SHA for e7ff497
src/Column.php
@@ -427,8 +427,8 @@ private function markupField(FormBuilder $formBuilder)
427
428
case "text-readonly": /* Render text into the form and add a hidden field */
429
case "number-readonly":
430
- $this->value = OutputHelper::output($this->value);
431
case "textarea-readonly": /* Render text into the form and add a hidden field */
+ $this->value = OutputHelper::output($this->value);
432
if (!empty($this->value) || $this->value === 0) {
433
$output .= '<div class="' . $this->classBundle . '">';
434
$output .= '<div class="section-readonly">';
0 commit comments