If you have an item renderer with multiple labels like:

<s:Group>
    <s:Label text="abc" />
    <s:Label text="def" />
    <s:Label text="ghi" />
</s:Group>

Is it possible to make the text selectable across renderers and labels as
one logical block exactly like in html?

Reply via email to