John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to have text in text area as placeholder?

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?

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

how to have text in text area as placeholder?

1.Select Textarea element
2 .Remove text from "Text" property.

  1. In "More Properties" dialog add
    placeholder=" input text here"
John Herdean
Posts: 0
Joined: Tue May 14, 2013 3:56 am

how to have text in text area as placeholder?

thank you it works

Return to “Issues”