UKHomeOfficeForms / hof-template-partials

DEPRECATED, this is built into hof v19 (ノ◕ヮ◕)ノ*:・゚✧
0 stars 3 forks source link

SD-90: Fix: update validation summary partial to focus on element rather than group #51

Closed MaxOSullivan closed 3 years ago

MaxOSullivan commented 3 years ago

What

Updates validation summary partial so that summary list items link to the form input where the validation error, rather than the form input's containing group.

Why

So that the input is correctly focussed when the link is clicked/used.

How

Update summary partial href to link to the input by id rather than its group.