Mapping Service to placeholder text
Posted: Mon Jul 14, 2014 3:53 pm
Hello - how can I map the response of a service call to the input's placeholder value? Currently, the only option is to map to "text".
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 - how can I map the response of a service call to the input's placeholder value? Currently, the only option is to map to "text".
Hi Anton,
Please add Input component mapping with the following JS code:
preelement.attr("placeholder", "test placeholder");/pre
perfect, thank you!