JSONForms with Custom Labels?

Hi, I’m working on a project with a tight deadline and we’re using JSONForms for the integration. We’re using the Material-UI variant. I’m currently wondering if there are ways to:

  1. Customize the label in the Schema, since it inherits from the key name at the moment?
  2. Add a placeholder via the Schema?

Thanks

[original thread by Joey Clover]

[Edgar Müller]

  1. Yes, you can specify a label property for controls. I’ve added a small section about that here Controls | JSON Forms

[Edgar Müller]

  1. For the MUI renderer set you can set description within the schema. It’s not a placeholder, but will render as a FormHelperText instead.