how can I put the mouse cursor where I want when I have <input ??
Milen-Markov opened this issue · 1 comments
Milen-Markov commented
Hello. I found a way to select input using: "onclick = this.select()" and "[ obj ].addEventListener("click", (event) => event.target.focus());" and now I can select inputs
BUT when i want to put the mouse cursor for example in the middle of the word to change 1-2 letters, it doesn't work.
Any solution please?
yysfwls commented
我也是 你怎么解决的