hof 20.0.0-beta.11 → 20.0.0-beta.14
Sign up to get free protection for your applications and to get access to all the features.
- package/frontend/template-mixins/mixins/template-mixins.js +1 -1
- package/frontend/template-partials/views/partials/form.html +2 -1
- package/package.json +1 -1
- package/sandbox/assets/scss/app.scss +0 -1
- package/sandbox/dump.rdb +0 -0
- package/sandbox/package.json +2 -0
- package/sandbox/public/css/app.css +4935 -4935
- package/sandbox/server.js +2 -1
- package/sandbox/yarn.lock +25 -1
@@ -303,7 +303,7 @@ module.exports = function (options) {
|
|
303
303
|
invalid: this.errors && this.errors[key] && opts.required,
|
304
304
|
label: t(fieldLabel || 'fields.' + key + '.label'),
|
305
305
|
selected: selected,
|
306
|
-
className: classNames(field) || '
|
306
|
+
className: classNames(field) || 'govuk-label govuk-checkboxes__label',
|
307
307
|
child: field.child,
|
308
308
|
renderChild: renderChild.bind(this)
|
309
309
|
});
|
@@ -1,7 +1,8 @@
|
|
1
1
|
<form action="" method="POST" {{$encoding}}{{/encoding}} autocomplete="off" novalidate="true" spellcheck="false">
|
2
2
|
{{$intro}}
|
3
|
-
{{#intro}}<
|
3
|
+
{{#intro}}<p>{{intro}}</p>{{/intro}}
|
4
4
|
{{/intro}}
|
5
|
+
|
5
6
|
{{$form}}{{/form}}
|
6
7
|
{{#csrf-token}}
|
7
8
|
<input type="hidden" name="x-csrf-token" value="{{csrf-token}}" />
|
package/package.json
CHANGED
package/sandbox/dump.rdb
ADDED
Binary file
|