How do you delete the last character of an input field?
This one deletes the whole thing
on click:
sym.$("textfield").empty();
Thanks!
How do you delete the last character of an input field?
This one deletes the whole thing
on click:
sym.$("textfield").empty();
Thanks!