You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
by @gazjoy, moved from govuk-design-system-backlog
Hi folks, I am using GOV.UK Prototype Kit v7.0.0-beta.10 and have an issue with the kit when using the checkbox macro and data on a checked item, see demo code.
Expecting:
I check a check box and continue
I view check answers and click change
My previous answer is retained
Actual:
I check a check box and continue
I view check answers and click change
My previous answer is not retained
When I want to change one of the answers on this screen I revisit the page and the checked item is no longer checked. I can also trigger the issue by clicking back in the journey and refreshing the page. When I use the HTML instead to the nunjucks macro adding {{ checked("contact-preference", "contact-preference-text") }} I see the expected result.
The text was updated successfully, but these errors were encountered:
by @gazjoy, moved from govuk-design-system-backlog
Hi folks, I am using GOV.UK Prototype Kit v7.0.0-beta.10 and have an issue with the kit when using the checkbox macro and data on a checked item, see demo code.
Expecting:
Actual:
When I want to change one of the answers on this screen I revisit the page and the checked item is no longer checked. I can also trigger the issue by clicking back in the journey and refreshing the page. When I use the HTML instead to the nunjucks macro adding
{{ checked("contact-preference", "contact-preference-text") }}
I see the expected result.The text was updated successfully, but these errors were encountered: