hof 20.0.0-beta.2 → 20.0.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -240,7 +240,6 @@ module.exports = function (options) {
240
240
  legend: t(legendValue),
241
241
  legendClassName: legendClassName,
242
242
  role: opts.type === 'radio' ? 'radiogroup' : 'group',
243
- radioOption: opts.type === 'radio',
244
243
  noHeading: field.noHeading,
245
244
  detail: detail ? detail : '',
246
245
  hint: conditionalTranslate(getTranslationKey(field, key, 'hint')),
@@ -276,6 +275,7 @@ module.exports = function (options) {
276
275
  value: value,
277
276
  type: opts.type,
278
277
  selected: selected,
278
+ radioOption: opts.type === 'radio',
279
279
  toggle: toggle,
280
280
  child: child,
281
281
  optionHint: conditionalTranslate(optionHint) || ''
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.2",
4
+ "version": "20.0.0-beta.3",
5
5
  "license": "MIT",
6
6
  "main": "index.js",
7
7
  "author": "HomeOffice",