Because there is not placeholder function for Textareas as there are for inputs, I would like to run a Js on click that clears the field (completely, no spacebars or anything). Is there a command in the Appery source that allows this?
Because there is not placeholder function for Textareas as there are for inputs, I would like to run a Js on click that clears the field (completely, no spacebars or anything). Is there a command in the Appery source that allows this?
Nevermind. For future reference, you can do this by simply using two quotes with nothing in between:
Appery("objectName").val("");
I suppose I should have thought of that!
Hi Patrick,
Thank you for the update.