Clear Inputbox value
Posted: Thu Feb 20, 2014 1:25 pm
I tried to clear value of input box using name.val('');
But it's not working any solution??
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I tried to clear value of input box using name.val('');
But it's not working any solution??
Hi Pritu,
Use this code please:preAppery("componentName").val("");/pre