Commit 6ca04ee8 authored by Roman Gudev's avatar Roman Gudev Committed by Alberto Siles
Browse files

Issue #3261779: "is-invalid" class does not added to fieldsets

parent 03a4b5f9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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">