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