Page 1 of 1

Adaptive display of text in text area element

Posted: Thu Jan 22, 2015 4:11 pm
by Cody Blue

I have a text area element that is populated on page show from text supplied by an Appery backend service. The issues is that on page show, the text area displays only the first few lines of text and does not adaptively adjust to the extent of text that is in it. The issue is both in browser test as well as device (iOS). I recall having tested the project quite a while ago (likely a few months) this issue wasn't present then. I'll email steps to reproduce at support@appery. Please advise of solution here.


Adaptive display of text in text area element

Posted: Thu Jan 22, 2015 9:14 pm
by Cody Blue

Update: this does the job:
Appery('notesTextArea').val(value).keyup();

You may close this thread.


Adaptive display of text in text area element

Posted: Thu Jan 22, 2015 9:37 pm
by Ihor Didevych

Hi Cody,

Thank you for the update, glad it works!