I need to have a large text area for a user to type a long message. But, i want to write in a short instructions, but only as a placeholder. How can I do that. I dont see where i can do that like in a text input?
I need to have a large text area for a user to type a long message. But, i want to write in a short instructions, but only as a placeholder. How can I do that. I dont see where i can do that like in a text input?
1.Select Textarea element
2 .Remove text from "Text" property.
thank you it works