Page 1 of 1

Mapping Service to placeholder text

Posted: Mon Jul 14, 2014 3:53 pm
by anton6984647

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".


Mapping Service to placeholder text

Posted: Mon Jul 14, 2014 4:23 pm
by Kateryna Grynko

Hi Anton,

Please add Input component mapping with the following JS code:
preelement.attr("placeholder", "test placeholder");/pre


Mapping Service to placeholder text

Posted: Mon Jul 14, 2014 5:17 pm
by anton6984647

perfect, thank you!