I noticed that the input field will only allow a 1 line input, and when the content of the input exceeds the perimeter, it will not start a new line, but continue on in a single line.
Ex.
What it does:
*content content content content content *…
What I think it should do:
content content content…(stop at perimeter)
content content
I know you can select "Stretch to fit content* when displaying the input’s content, which is great.
But I think when generating the inputs content; having it on one infinite line takes away from the user experience (harder for a user to view/edit their input)