Skip to content

Commit

Permalink
Adding novalidate as it should be a default on our forms.
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliecarey committed May 21, 2021
1 parent 16b067c commit 02bcc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/add-to-a-list/template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
{# end loop #}
</dl>
</div>
<form method="post" action="{{ params.formAction }}">
<form method="post" novalidate action="{{ params.formAction }}">
{{ govukRadios({
classes: "govuk-radios--inline",
idPrefix: "add-another",
Expand Down

0 comments on commit 02bcc64

Please sign in to comment.