I am trying to get my Text input element to wrap but I don’t want to allow multi line input. In other words The text input should grow by wrapping to the next line as the user types an overflow but submits when return is pressed. Does anyone know how to do this. I have been trying all sorts of advances settings with wrap but no joy.
Thanks