Skip to content
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

missing error rendering for checkbox and radiobox #118

Closed
gondo opened this issue Nov 13, 2013 · 1 comment
Closed

missing error rendering for checkbox and radiobox #118

gondo opened this issue Nov 13, 2013 · 1 comment

Comments

@gondo
Copy link

gondo commented Nov 13, 2013

{% block checkbox_row %} and {% block radio_row %} are missing {{ form_errors(form) }} and associated class-es

in https://github.com/braincrafted/bootstrap-bundle/blob/develop/Resources/views/Form/form_div_layout.html.twig

gondo added a commit to gondo/bootstrap-bundle that referenced this issue Nov 13, 2013
@florianeckerstorfer
Copy link
Member

The error styling was not correctly applied in your code, since checkbox and radio where not in a form group. I fixed that too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants