8000 bug #46414 Bootstrap 4 fieldset for row errors (konradkozaczenko) · symfony/symfony@5b265a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b265a0

Browse files
bug #46414 Bootstrap 4 fieldset for row errors (konradkozaczenko)
This PR was merged into the 4.4 branch. Discussion ---------- Bootstrap 4 fieldset for row errors | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | When using bootstrap_4_horizontal_layout.html and ChoiceType on a form with expanded and multiple options, the checkbox list is rendered, but no errors are displayed. My changes only affect bootstrap version 4. Bootstrap 5 already has th 8000 ese changes. Commits ------- ac66fd5 Bootstrap 4 fieldset for row errors
2 parents 3db04f0 + ac66fd5 commit 5b265a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ col-sm-2
4949
<div class="{{ block('form_group_class') }}">
5050
{{- form_widget(form, widget_attr) -}}
5151
{{- form_help(form) -}}
52+
{{- form_errors(form) -}}
5253
</div>
5354
</div>
5455
{##}</fieldset>

0 commit comments

Comments
 (0)
0