You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bootstrap_3_layout.html.twig, bootstrap_3_horizontal_layout.html.twig and foundation_5_layout.html.twig do not support help message for checkbox field ;
Originally reported in #29135 but closed due to lack of feedback.
form_help is not called in bootstrap_3_layout.html.twig or bootstrap_3_horizontal_layout.html.twig or foundation_5_layout.html.twig in the block checkbox_row.
The text was updated successfully, but these errors were encountered:
emmanuelballery
changed the title
Help message not displayed for Checkbox in 3 themes (bootstrap3,
Help message not displayed for Checkbox in 3 themes (bootstrap3, foundation5)
Dec 17, 2019
Symfony version(s) affected: >4.1.0
Description
bootstrap_3_layout.html.twig
,bootstrap_3_horizontal_layout.html.twig
andfoundation_5_layout.html.twig
do not supporthelp
message forcheckbox
field ;Originally reported in #29135 but closed due to lack of feedback.
How to reproduce
Standalone Controller:
src/Controller/DefaultController.php
Template:
templates/foo.html.twig
Possible Solution
form_help
is not called inbootstrap_3_layout.html.twig
orbootstrap_3_horizontal_layout.html.twig
orfoundation_5_layout.html.twig
in the blockcheckbox_row
.See
bootstrap_3_layout.html.twig
here:You can spot the difference with the same block in
bootstrap_4_horizontal_layout.html.twig
:It was fixed for bootstrap 4 in 68a9a07.
The text was updated successfully, but these errors were encountered: