React-jsonschema-form: Cannot hide title

Created on 10 May 2020  路  3Comments  路  Source: rjsf-team/react-jsonschema-form

Prerequisites

Description

Title should be nullable. In a complex schema there might be nested values.
But i want to display them without a title / legend yet i seem to have no control over it.

Is there any widget im missing i tried a CustomTitleField yet it has not all required parameters to have control over it in the passed props.

Most helpful comment

You can also do {"ui:options": {label: false}} to turn off titles.

All 3 comments

Did you try title: ""?

You can also do {"ui:options": {label: false}} to turn off titles.

Well i started to submit the form and tried
title: ""

There where some validation errors the sort of items must be an array or something or x must be integer.

So i postponed the title issue and fixed those validation problems.

Seems the issue where with the invalid structure that didnt result in any error message until submit button was pushed that resulted in the still visible titles.

Title: "" now works it seems.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mfulton26 picture mfulton26  路  3Comments

sstarrAtmeta picture sstarrAtmeta  路  3Comments

epicfaace picture epicfaace  路  3Comments

mfulton26 picture mfulton26  路  3Comments

n1k0 picture n1k0  路  3Comments