I am trying to create a simple input textfield which will expand vertically as the content outgrows the textfield size.
The textfield is set to multiline newline and vertical overflow. I have also added a Content Size Fitter script and set Vertical Fit to "Preferred Size"
When I enter text into the textfield, the preferred size never seems to change for the textfield. (My understanding is that preferred size should include the overflow).
It seems like a simple task, but I can't find a solution for this. Was wondering if anyone more experienced could show a quick example for this.