diff --git a/components/elements/index.js b/components/elements/index.js index 8b3409a8..60e6afe2 100644 --- a/components/elements/index.js +++ b/components/elements/index.js @@ -53,7 +53,7 @@ export function Textfield(props) { component={RenderTextfield} type="text" className="govuk-input govuk-input--width-20" - validate={[required]} + //validate={[required]} label={props.label} errorMsg="Is required" /> @@ -83,12 +83,12 @@ export function MultiLinefield(props) { return (