hof 20.2.13 → 20.2.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@
13
13
  <span class="govuk-visually-hidden">Error:</span> {{error.message}}
14
14
  </p>
15
15
  {{/error}}
16
- <div class="govuk-date-input">
16
+ <div id="{{key}}" class="govuk-date-input">
17
17
  {{#input-date}}{{key}}{{/input-date}}
18
18
  </div>
19
19
  </fieldset>
@@ -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
- aria-describedby="{{id}}-info"
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}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "hof",
3
3
  "description": "A bootstrap for HOF projects",
4
- "version": "20.2.13",
4
+ "version": "20.2.15",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",