alphagov/govuk_frontend_toolkit

Selection button JS should apply to body and handle delegated clicks

robinwhittleton opened this issue · 1 comments

Currently you need to re-run the code if you add or remove radios / checkboxes from the page. It’d be simpler and easier to delegate it against body.

Turns out it did this already – I updated the documentation in #350