Dear all,how is possible to add a multiline placeholder for a textarea field?
I tryie using both
write name on first line<br/>write country on second line
and
write name on first line\nwrite country on second line
but the placeholder is not written using two lines, but using one line only.
Is there any workaround?
Regards
Try this:
Line one Line two Line three
Yes, this fix the issue.Now, the placeholer is shown n multi lines.
But I suggest to use a TextArea to set the placeholder when the component is a TextArea.It would be a nice improvement of CF8 UI
Thanks
HWS
Added this feature to next update.
