Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct empty hint for RadioField and test earlier fix for StringField #90

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

markhobson
Copy link

The fix for #43 targetted GovFormBase subclasses when the intention was to fix RadioField, which is a subclass of GovIterableBase. The associated test also failed to assert this functionality.

This PR corrects the test for RadioField and fixes it in GovIterableBase. It also adds a test to ensure GovFormBase subclasses, such as StringField, don't produce a hint when the field has no description, which was inadvertently fixed in #43.

@markhobson markhobson requested a review from matthew-shaw as a code owner March 5, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant