Make Label component support multi-line text in design time. Current component supports (shows) only one line of text in design, however, will show mutli-line when the app is running.
Please vote for this feature!
Make Label component support multi-line text in design time. Current component supports (shows) only one line of text in design, however, will show mutli-line when the app is running.
Please vote for this feature!
Note that the Label component works well when embedded in a Collapsible block.
Wow.. I just tried it and the Label component seems to work too: http://gotiggr.com/preview/21559/
I just hit Enter to go to the next line.
What is the multi-line escape character to work on runtime,
it is not working with me
Hello,
You can't break line in HTML5 editor now. This will work properly soon.
This hs been a year now, has it been fixed?
Hello! If you want to add line escape on runtime, change Lable HTML not Lable text preAppery("mobilelabelName").html("row1<br>row2");/pre
Hi folks,
Im looking for a solution to multi line label, populated by service, looked everywhere, solutions for textarea but not label, can it be done by css.
thx
Hello! Working on it.
Try using < br to add line escape.