A.W.H.
Posts: 0
Joined: Sat Jun 20, 2015 7:02 am

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

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?

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

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

Hello,

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

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

Return to “Issues”