[Solved]How to select char left from cursor in TextInput?
QML and Qt Quick
9
Posts
2
Posters
2.7k
Views
2
Watching
-
@Zubalama said:
select 1 character left from cursor in textInput
input.text=input.text-input.getText(input.length-1,input.length) why it returns "nan"? just nan?
-
because I'm trying to make backspace button, and onClick won't work because I'm trying to do it for remote control