8000 [TwigBridge] [Bootstrap 4] Fix validation error design for expanded c… · symfony/symfony@39083a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 39083a2

Browse files
committed
[TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType
1 parent 0aedd68 commit 39083a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
{{- form_widget(child, {
112112
parent_label_class: label_attr.class|default(''),
113113
translation_domain: choice_translation_domain,
114-
valid: valid,
114+
valid: true,
115115
}) -}}
116116
{% endfor -%}
117117
</div>

0 commit comments

Comments
 (0)
0