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.
thanks for clarification ![]()
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!

