Loading templates/form/form-element.html.twig +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ {{ label }} {% endif %} {% if (prefix is not empty) or (suffix is not empty) %} <div class="input-group"> <div class="input-group{{ errors ? ' is-invalid' : '' }}"> {% endif %} {% if prefix is not empty %} <div class="input-group-prepend"> Loading Loading
templates/form/form-element.html.twig +1 −1 Original line number Diff line number Diff line Loading @@ -131,7 +131,7 @@ {{ label }} {% endif %} {% if (prefix is not empty) or (suffix is not empty) %} <div class="input-group"> <div class="input-group{{ errors ? ' is-invalid' : '' }}"> {% endif %} {% if prefix is not empty %} <div class="input-group-prepend"> Loading