You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've spent the last few weeks working in RJSF and one of the challenges I can't figure out is get control over the styling of nested form components.
For example, I often have forms like
titleA
formFields
titleB
nestedFormFields
I want to style titleB differently from titleA. Similarly, I may want to indent or apply a background color to the nestedFormFields. I can do much of this using UISchema properties, but it's a lot to configure on bigger forms.
More ideally, I could style based on the level index or something.
I'm curious how others are approaching this. Thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've spent the last few weeks working in RJSF and one of the challenges I can't figure out is get control over the styling of nested form components.
For example, I often have forms like
I want to style
titleB
differently fromtitleA
. Similarly, I may want to indent or apply a background color to thenestedFormFields
. I can do much of this using UISchema properties, but it's a lot to configure on bigger forms.More ideally, I could style based on the level index or something.
I'm curious how others are approaching this. Thanks
Beta Was this translation helpful? Give feedback.
All reactions