GSA / openacr

OpenACR is a digital native Accessibility Conformance Report (ACR). The initial development is based on Section 508 requirements. The main goal is to be able to compare the accessibility claims of digital products and services. A structured, self-validated, machine-readable documentation will provide for this.
https://gsa.github.io/openacr/
Other
89 stars 18 forks source link

Select report/catalog radio still changes even when you cancel confirmation #341

Closed dmundra closed 2 years ago

dmundra commented 2 years ago

We noticed that the radio button doesn't cancel the selection when you cancel the confirmation. I believe radio buttons doesn't inherently work with confirm dialogs so need to switch to a button approach to confirm the selection change.

dmundra commented 2 years ago

The solution for this is to not use confirm dialog with radio buttons and instead rely on a "submit" button to confirm the change. That solution works a lot better then trying to hack the radio button reset the value on cancelling the confirmation.