0
werid input behavior
When typing and reach the end of input and then you click spacebar and suddenly it jump backwards the text https://code.sololearn.com/WmbFmJl31mKC/?ref=app
3 Antworten
+ 1
EsaKurniawan
Because there is no limit of text and your textbox size is small.
But cursor is still at the end of text.
So this is not wierd.
Increase the size of textbox and then see.
+ 1
EsaKurniawan
No you cannot. It is not jumping it is just not showing you where cursor is? But you can scroll textbox to see your cursor which will show you at the end of text.
If you want to insert long text then use textarea instead of text
0
Can i stop the jump?