Helper Text in Material UI

Loving the library!

Is there a way to make the Helper Text in the Material UI renderer always visible?

RIght now the helper text only shows up when you click on the input.

Hi @alexiskattan,

Yes, you can use the UI Schema option showUnfocusedDescription: true for a specific control so that the description is then always shown. See the example on the website.

If you want to enable it for all controls then hand this option over within the config prop for the JsonForms component as it is then applied to all controls.