Long enumeration labels across multiple lines in form model

A long label from an enumeration is broken into mutiple lines in an overview model (bottom, green box), but in a regular form model, that same label does not span multiple lines and is cut off at the end. Is there a solution to make the label in the red box apper as it does in the green box?

reading that i wonder if understand correctly, so:

isn’t the green box just around the value of a field with representation text cell (or however this is named in overview engine) and the red box around a control with exposition text line (so text line should not break at all).

if so the exposition Area should fix your problem.

Unfortunately, this does not work.

The referred field in the red box is an enumeration and so the exposition options do not include “Area”.

thanks for clarification :slight_smile:

one idea i have: since it displayed as readonly input is it an option for you to display it as Readonly presentation text output?

otherwise i can only imagine to hook into the widgetmap and change the widget which is used or the props dependent on the field path.

Thank you for that. That solved my issue. I only needed to add a helper class of light grey background in order to make it visually identical to the default read-only view of an enumeration.

Thanks!