updated validation to trigger correctly
This commit is contained in:
@@ -410,7 +410,7 @@ export const RenderLPACondtionalRadioList = ({
|
||||
type="radio"
|
||||
className="govuk-radios__input"
|
||||
value={options[key]}
|
||||
validate={[eval(required)]}
|
||||
// validate={[required]}
|
||||
/>
|
||||
<label
|
||||
className="govuk-label govuk-radios__label"
|
||||
|
||||
Reference in New Issue
Block a user