When users begin typing in an input element, if the characters in the input exceed x characters (around 50ish or the width of the input) then the input should change to be a textarea with more lines to see all the characters that the user is writing.
When users begin typing in an input element, if the characters in the input exceed
x
characters (around 50ish or the width of the input) then the input should change to be a textarea with more lines to see all the characters that the user is writing.