Dennis Wormsbecher
Posts: 0
Joined: Tue Feb 25, 2014 7:16 pm

Problem with textarea mapping

I have two mappings: one to an input field and one to a textarea.
The input does get a new value but the textarea doesn't! (So the service works)
If I put an 'edit JS' with 'alert('val1e ' + value);' on the maping for the textarea, I do get the correct result in an alert box. But the textarea doesn't get updated.

Anyone got any ideas?
Image

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Problem with textarea mapping

Hello Dennis!
Sorry, it is a bug. As a workaround add this JS on textarea mapping:
element.text(value);

Dennis Wormsbecher
Posts: 0
Joined: Tue Feb 25, 2014 7:16 pm

Problem with textarea mapping

tnx works fine....

Return to “Issues”