Resize element shape based on text size

Hi guys,

I have a tasks where I need to display a lot of text.
I can implement the resize inside my CustomRenderer.
Is there built in support for this?

There’s no built in support for this. We’re doing something similar for text annotations. They are resizable and will automatically resize to fit their text.

i need the label new size to change the shape size accordingly

i couldn’t find a any event when the label is changed

can you assist please ??

What about element.changed or resize.end ?