Hide Main Label

As the title says really, can you hide, or not have a main label on a field?

Hi @RossEvanson,

Yes, you can :slight_smile:

You have three ways of doing this out-the-box:

  1. Simply enter a blank space in the ‘Main label’
  2. Set the fragment’s wrapper to ‘1 table cell (spanning 2)’
  3. Set the fragment’s wrapper to ‘Inline’

(2) or (3) will depend on how you want to present your fragment.

Alternatively, when you are building your own custom wrapper/presenter within Code Studio, you can design in such a way that a label is not displayed.

Hope this helps :slight_smile: