Page 2 of 2

Clear previously entered text on input fields.

Posted: Mon Mar 16, 2015 4:04 am
by Yurii Orishchuk

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.


Clear previously entered text on input fields.

Posted: Wed Aug 14, 2019 12:50 am
by Brian Beswick

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


Clear previously entered text on input fields.

Posted: Wed Aug 14, 2019 10:45 am
by Serhii Kulibaba

Hello Brian,

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


Re: Clear previously entered text on input fields.

Posted: Sat Apr 19, 2025 9:18 pm
by ahmet571
How can i clear a Input (Text)Field? With Ionic5