hof 20.0.0-beta.28 → 20.0.0-beta.29

Sign up to get free protection for your applications and to get access to all the features.
@@ -177,7 +177,7 @@ module.exports = class Controller extends BaseController {
177
177
  // eslint-disable-next-line brace-style
178
178
  }
179
179
  // get first field for date input control
180
- else if (field && field.controlType === 'date-input') {
180
+ else if (field && field.mixin === 'input-date') {
181
181
  req.form.errors[key].errorLinkId = key + '-day';
182
182
  } else {
183
183
  req.form.errors[key].errorLinkId = key;
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.0.0-beta.28",
4
+ "version": "20.0.0-beta.29",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",