hello there what i need to do is when you clicking on Text Box, input cursor will move to the end of the text. not only line, but whole text. any ideas?
Text Box type is Textarea.
I guess you should set the textbox focused...
I tried this and my cursor appeared at the end of the text...
Develop games in your browser. Powerful, performant & highly capable.
may be its working if textbox was unfocused at first. but my textbox focused and its not working.
ok. here is the solution. first of all i created text object(terminal_text_buffer) to fill it with textbox content. the rest of logic you can see in screenshot