[TwigBridge] [Bootstrap 4] Fix validation error design for expanded choiceType

This commit is contained in:
Gabriel Ostrolucký 2017-11-06 10:29:24 +01:00 committed by Gabriel Ostrolucký
parent 0aedd686dd
commit 39083a2067

View File

@ -111,7 +111,7 @@
{{- form_widget(child, {
parent_label_class: label_attr.class|default(''),
translation_domain: choice_translation_domain,
valid: valid,
valid: true,
}) -}}
{% endfor -%}
</div>