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 to hide labels of array/object fields by schema #1740

Merged
merged 1 commit into from
May 14, 2024

Conversation

jankapunkt
Copy link
Member

If I define a field, I can hide its label via

{
  type: String,
  autoform: {
    label: false // or null
  }
}

This causes the label to be hidden but still be available in the schema validation error message.
However this did not work with fields of type Array or Object and is not possible.

@jankapunkt jankapunkt merged commit 4a50425 into devel May 14, 2024
1 check 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.

2 participants