Closed colinrotherham closed 5 years ago
This primarily enables the govukSummaryList() macro for Check Answers review blocks like: https://design-system.service.gov.uk/patterns/check-answers/
govukSummaryList()
I've also gone through the two example sites and added some tidy-ups.
Feel free to cherry pick what you'd like:
1. Upgraded examples to CASA v4 in package.json All CASA macros now include with context
with context
2. Added a workaround for editOriginUrl It wasn't set correctly for custom review pages
editOriginUrl
3. Wired up the "Task List" pattern This now shows/hides the aria-describedby completed labels
aria-describedby
Thanks @colinrotherham 👍 Merged
This primarily enables the
govukSummaryList()
macro for Check Answers review blocks like: https://design-system.service.gov.uk/patterns/check-answers/I've also gone through the two example sites and added some tidy-ups.
Feel free to cherry pick what you'd like:
1. Upgraded examples to CASA v4 in package.json All CASA macros now include
with context
2. Added a workaround for
editOriginUrl
It wasn't set correctly for custom review pages3. Wired up the "Task List" pattern This now shows/hides the
aria-describedby
completed labels