8000 Bootstrap 4 fieldset for row errors by konradkozaczenko · Pull Request #46414 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Bootstrap 4 fieldset for row errors #46414

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 21, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bootstrap 4 fieldset for row errors
  • Loading branch information
konradkozaczenko committed May 20, 2022
commit ac66fd5594b406e7a723df14a9263e4e97de6a40
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ col-sm-2
<div class="{{ block('form_group_class') }}">
{{- form_widget(form, widget_attr) -}}
{{- form_help(form) -}}
{{- form_errors(form) -}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really necessary as the errors should be rendered when the label is rendered?

</div>
</div>
{##}</fieldset>
Expand Down
0