ONSdigital / sdc-global-design-patterns

The SDC Global Design Pattern library. Used as the basis for SDC projects. Outputs to CDN for use in production and development projects, documentation publishes to netlify.
https://sdc-global-design-patterns.netlify.com/
11 stars 2 forks source link

Ensure exclusive checkbox value is not cleared #237

Closed bameyrick closed 5 years ago

bameyrick commented 5 years ago

What is the context of this PR?

Resolves https://github.com/ONSdigital/sdc-global-design-patterns/issues/236

When filling in a textarea / checking a checkbox option etc in a mutually exclusive component, it was clearing the value of the mutually exclusive checkbox meaning no value is sent to the server in runner, breaking functional tests.