Skip to content

Commit

Permalink
Remove the tabindex attribute from the error summary component
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-ju committed Feb 14, 2022
1 parent 0133558 commit 9b05473
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
data: { module: "govuk-error-summary" }.merge(data_attributes),
aria: { labelledby: title_id },
role: "alert",
tabindex: -1,
id: id,
) do %>
<% if title %>
Expand Down

0 comments on commit 9b05473

Please sign in to comment.