We are currently migrating/testing our WebClient-only application in Servoy 6 (.0.1).
We saw one big difference with respect to labels placed on forms: If the text in a label is larger than the space reserved for this label,
the text is not cut off (see picture attached). We would like the text in the label to be cut off when it reaches its configured size
(like it was the case with Servoy 5.2.10)
In Servoy 5.2.10, labels were placed in a
element and in Servoy 6, labels are placed in a element in a
, which
Is it possible to make the label cut off its text when the text is bigger than the size of the label?
Is it possible to make the label cut off its text when the text is bigger than the size of the label?