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

allow inner (non conditional) fieldsets in a conditional fieldset #90

Merged
merged 2 commits into from May 27, 2024

Conversation

cgoIT
Copy link
Contributor

@cgoIT cgoIT commented Apr 3, 2024

I often had the situation where I want to use a fieldset in the "body" of a conditional fieldset. This doesn't work because the fieldsetStop widget "closes" the conditional fieldset and so the hiding of error messages (e.g. missing required fields) doesn't work correctly any more.
With this PR all fields which are included in the conditional fieldset are catched regardless of inner (unconditional) fieldsets.

@aschempp aschempp merged commit 8514c64 into terminal42:main May 27, 2024
@aschempp
Copy link
Member

Thank you @cgoIT !

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.

None yet

2 participants