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
Describe the bug
The GovCheckboxInput widget assumes that a fieldset is never used for a single checkbox. This can be useful for confirmation questions, e.g.:
Are these answers correct?
[x] I confirm that all answers are correct
Describe the bug
The
GovCheckboxInput
widget assumes that a fieldset is never used for a single checkbox. This can be useful for confirmation questions, e.g.:To Reproduce
Expected behavior
I would expected the supplied fieldset to be preserved:
This behaviour is due to GovCheckboxInput trying to remove the default fieldset added by its superclass,
GovCheckboxesInput
.The text was updated successfully, but these errors were encountered: