Is it possible to add a placeholder text when working with the text area component?
Posted: Mon Apr 22, 2013 8:57 am
I would like to have a placeholder text in my text area just like you can have in the text boxes. Is that possible?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I would like to have a placeholder text in my text area just like you can have in the text boxes. Is that possible?
Hello! Delete text from textarea, in More Properties add:
attribute = placeholder
value = any text
Thxanks! that worked perfect!