missing error rendering for checkbox and radiobox
gondo opened this issue · 1 comments
gondo commented
{% block checkbox_row %}
and {% block radio_row %}
are missing {{ form_errors(form) }}
and associated class
-es
florianeckerstorfer commented
The error styling was not correctly applied in your code, since checkbox and radio where not in a form group. I fixed that too.