Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Clear previously entered text on input fields.

Hello,

You need to use this code on event you need. For example on "button click", or "page show".

pre

//Where "firstInput" is your first goal input name.
Apperyio("firstInput").val("");

//Where "secondInput" is your first goal input name.
Apperyio("secondInput").val("");

....

/pre

Also you can check this code in browser console. Just copy it and past into console and then run this code.

Regards.

Brian Beswick
Posts: 0
Joined: Sat Aug 03, 2019 2:20 pm

Clear previously entered text on input fields.

How do you do this in an Ionic 3 AngularJS app?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Clear previously entered text on input fields.

Hello Brian,

Please see the answer in another topic: https://getsatisfaction.com/apperyio/...

Return to “Issues”