I have a setup currently working with an a vertical layout and text control, where the text control resizes vertically based on the amount of text, cool.
If I switch this text control out for an input field, I notice that the text control.text now only points to the visible text in the input field, so my content fitter never grows larger…
Is there anyway to have the text control reference the value of the input field so that as I type the input field grows?