Styling individual controls

Hi there!!

Is there any approach to style individual controls in a single json form(ReactJS). Is that possible? Any idea or example is helpful.

Thanks
Varuu

I mean as default textfield variant is standard, if I want to change it to outlined or filled how could I do that.

Hi @Varuu, at the moment this is not possible via configuration because we are not using the default form components of Material UI. See this issue for more information. If you, or someone else, would like to contribute this feature then we will happily accept that contribution.

Of course you can still adapt the look via custom renderers if you need to.

Thanks for the reply @sdirix achieved it through custom renderer but It would be more easier if we can do it without a custom renderer I would like to work on it too in the further weeks.

1 Like