Verified Commit 724c8d4d authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3380021 by andre.bonon, dineshkumarbollu, ckrina, bnjmnm: Stable9...

Issue #3380021 by andre.bonon, dineshkumarbollu, ckrina, bnjmnm: Stable9 form-element template misses form-type-* class
parent 6e3b3366
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@
  set classes = [
    'js-form-item',
    'form-item',
    'form-type-' ~ type|clean_class,
    'js-form-type-' ~ type|clean_class,
    'form-item-' ~ name|clean_class,
    'js-form-item-' ~ name|clean_class,