We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf871f4 commit 4715397Copy full SHA for 4715397
src/Symfony/Bridge/Twig/Resources/views/Form/bootstrap_4_layout.html.twig
@@ -106,8 +106,7 @@
106
{%- endblock dateinterval_widget %}
107
108
{% block percent_widget -%}
109
- <div class="input-group{{ not valid ? ' form-control is-invalid' }}">
110
- {% set valid = true %}
+ <div class="input-group">
111
{{- block('form_widget_simple') -}}
112
<div class="input-group-append">
113
<span class="input-group-text">%</span>
0 commit comments