I have a TextField with autoSize = true.
So, when the TextField gets resized (because of the size of the text), I want to react to this event (the resize).
Something like:
TextField.onResize.

Is there a way to do it?