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

feat(form): add option to hide field labels #47

Merged
merged 1 commit into from
Jun 24, 2024

Conversation

miguelgrc
Copy link
Collaborator

@miguelgrc miguelgrc commented May 28, 2024

Closes #15

A problem with this solution is that, since the default value of the switch is true, when opening the UI Settings tab the field preview is going to reset.
Also, if we switch it off and on, "ui:label": true will be added to the uiSchema, which is useless. This should be taken care of in a more general way in another task in which we run a cleanup function to get rid of unnecessary (default) information in the schemas (by comparing with the jsonschema specification defaults) (see #48).

@pamfilos pamfilos merged commit a784c03 into cern-sis:master Jun 24, 2024
2 checks passed
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.

Form: remove labels from array items
2 participants