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.
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.
Most helpful comment
You can also do
{"ui:options": {label: false}}to turn off titles.