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

Improve support for multiple + required attributes combination. #47

Closed
timothee-haudebourg opened this issue Oct 24, 2022 · 0 comments · Fixed by #51
Closed

Improve support for multiple + required attributes combination. #47

timothee-haudebourg opened this issue Oct 24, 2022 · 0 comments · Fixed by #51
Assignees

Comments

@timothee-haudebourg
Copy link
Collaborator

Currently when the multiple attribute is used, a set container layout is
used but any required attribute is ignored.
This means that in the final model, the field is considered optional and
an empty set is a valid value for the field.

This must be fixed so that when there is a required attribute, a
non empty set container layout is used.

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 a pull request may close this issue.

1 participant