I’ve got some single line text fields that are limited in size. When the cursor reaches the limit of the text field the cusor continues and the text scrolls off the left side and dissappears.
How can I stop this happening? I’ve thought about limiting the number of characters but these text fields sizes change dynamically according to how much space they need to fill. Is there a simple way around this problem?
Thanks