Hi ,
is there a way to select all text when the input gets focus?
You can use native HTML API
$$("myinput").getInputNode().select();
Hi ,
is there a way to select all text when the input gets focus?
You can use native HTML API
$$("myinput").getInputNode().select();