how to add input values text.
Hello,
I have three input fields.dynamically i will type some values into that fields.after that i want to show that total of three inputs value into another input filed.
how to do this?
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/
Hello,
I have three input fields.dynamically i will type some values into that fields.after that i want to show that total of three inputs value into another input filed.
how to do this?
Hello!
Retrieve input values with JS, do necessary calculations and save results where you need http://docs.appery.io/documentation/j...
Hi,
My input fields names are text1,text2,text3.
result field name is Result.
where should i wrote js how to do addition for those 3 ( text1,text2,text3).
result should be displayed in Result input field.
Hello,
You can add a handler for any events:
http://docs.appery.io/documentation/w...
A value of input component you can get in this way:
Appery("text1").val();