Page 1 of 1

I am unable to change the text of a textArea...!

Posted: Thu Sep 03, 2015 8:21 pm
by A.W.H.

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?


I am unable to change the text of a textArea...!

Posted: Fri Sep 04, 2015 7:44 am
by Serhii Kulibaba

Hello,

This code works for me:
Apperyio("textArea").val(value);

Could you show us value of the variable "value"?