hof 20.2.13 → 20.2.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -17,7 +17,12 @@
|
|
17
17
|
{{#renderChild}}{{/renderChild}}
|
18
18
|
<textarea name="{{id}}" id="{{id}}"
|
19
19
|
class="govuk-textarea {{#isMaxlengthOrMaxword}}govuk-js-character-count{{/isMaxlengthOrMaxword}} {{#className}}{{className}}{{/className}} {{#error}}govuk-input--error{{/error}}"
|
20
|
-
|
20
|
+
{{#isMaxlengthOrMaxword}}
|
21
|
+
aria-describedby="{{id}}-info"
|
22
|
+
{{/isMaxlengthOrMaxword}}
|
23
|
+
{{^isMaxlengthOrMaxword}}
|
24
|
+
aria-describedby="{{id}}"
|
25
|
+
{{/isMaxlengthOrMaxword}}
|
21
26
|
{{#attributes}}
|
22
27
|
{{attribute}}="{{value}}"
|
23
28
|
{{/attributes}}
|