Copy link to clipboard
Copied
I have a progressive text entry simulation. On the second screen the default text is a "y". I want the user to type an "m" to make it "ym". But when the default text "y" appears the blinking bar is positioned BEFORE the "y", not after. Can the blinking bar be positioned AFTER the "y" so I don't have to instruct the user to type the "right arrow" then the "m"?
Thanks.
Copy link to clipboard
Copied
No, a TEB is meant to be filled by the user, you have probably a 'default' entry there which should be 'overwritten', hence the position of the text cursor.