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.
2 parents 2d90481 + ec14868 commit f9697b2Copy full SHA for f9697b2
govuk_frontend_jinja/templates/components/character-count/macro.html
@@ -104,7 +104,7 @@
104
'formGroup': {
105
'classes': 'govuk-character-count' ~ (' ' ~ params.formGroup.classes if params.formGroup and params.formGroup.classes),
106
'attributes': attributesHtml,
107
- 'beforeInput': params.formGroup.beforeInput if params.fromGroup,
+ 'beforeInput': params.formGroup.beforeInput if params.formGroup,
108
'afterInput': {
109
'html': countMessageHtml
110
}
0 commit comments