Heath C
Heath C
@mageshsankar We don't understand what problem you are experiencing. Can you create a reproducible test case for us? Maybe in a [playground](https://rjsf-team.github.io/react-jsonschema-form/)? Until then we can't help you
@dd12440 Wow! great bug find. Given how little time us few maintainers get to spend on the project (we volunteer a few hours a week generally), we could really use...
@dd12440 that would be awesome
What are you trying to do with the widget and the array field. Perhaps you can override one of the [Array-based templates](https://rjsf-team.github.io/react-jsonschema-form/docs/advanced-customization/custom-templates/) instead?
It should be being hidden by the `FieldTemplate` or maybe something in your implementation is using the `TitleFieldTemplate` and you need to call the `schemaField.getDisplayLabel()` function yourself?
@doronrosenberg I was pointing you in the direction of the code
I would say, if `uiOptions.label` is false, exit immediately.
@sunkeysun We don't have great support for if/then/else in allOf. It is definitely a bug in how we populate form data. Are you willing to try to create a fix?
@sarpere That would be great!
@sunkeysun I am awaiting a PR from @sarpere