Skip to content

My custom fields #4531

Answered by nickgros
Andrey-Mayanov asked this question in Q&A
Mar 20, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

RJSF is super customizable, so there are a lot of way to tackle your issue. It's hard to say exactly which one is best for your specific case without looking at your source code.

First, if you just want to hide labels, you can use the label property in the UI Schema to hide them. If you want to hide them for all fields, you can put it in the ui:globalOptions.

If you want to change the layout (or maybe you have duplicate labels appearing, etc.), then you should take a look at the BaseInputTemplate, ObjectFieldTemplate, and potentially check the list of all of the other available templates. I recommend looking at how the different theme packages implement these templates to get an idea of h…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Andrey-Mayanov
Comment options

Answer selected by Andrey-Mayanov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants