[Solved]How to select char left from cursor in TextInput?
-
@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