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

FormGroup children working outside of an object #3387

Open
kevin-kho opened this issue Oct 8, 2024 · 0 comments
Open

FormGroup children working outside of an object #3387

kevin-kho opened this issue Oct 8, 2024 · 0 comments

Comments

@kevin-kho
Copy link
Contributor

Description

FormGroup widget doesn't group fields outside of an object in the CRD. For example, if I have the fields spec.transitEncryptionEnabled and spec.authEnabled, they don't group into a FormGroup.

However, if I changed the CRD so I have a spec.security object with the fields spec.security.transitEncryptionEnabled and spec.security.authEnabled, it properly groups it into a FormGroup

Reasons

This would be useful so users can create FormGroup(ings) of fields that are not part of a single object, or potentially different objects. Of course, the most sensible thing to do would be changing the CRD itself and grouping the fields, but there are cases where the users do not have the ability to do so.

Attachments

See screenshots below where spec.authEnabled and spec.transitEncryptionEnabled do not group into a FormGroup

image
image

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

No branches or pull requests

1 participant