Hi, I am unable to change the text of a textArea using javascript.
However, when I go to alert() or console.log(value) the same value that I pass into the Appery('textArea').val(value); command, it prints to the console and alerts with the correct value.
The text area, however, does not change value upon calling Appery('textArea').val(value);
Why?