Text in New Line in Touch UI dialog
Hi,
I have given fieldDescription. But all text coming in single line.
What should I use for New Line?
<selectPath
jcr:primaryType="nt:unstructured"
sling:resourceType="granite/ui/components/foundation/form/pathbrowser"
fieldLabel="Mobile Image"
fieldDescription="Some Text In Line One. I want This text in Line Two. This Text in Line Three"
rootPath="/content"
name="./selectPath"/>
Please suggest