Hi All,
I have a form like below screen shot.
It is displaying well in desktop browser when it comes to mobile browsers it is not displaying " * " in the form.
I am using below code...
new sap.ui.commons.form.FormElement({
label: "First Name",
fields: [new sap.ui.commons.TextField({required:true})
],
layoutData: new sap.ui.commons.layout.ResponsiveFlowLayoutData({linebreak: true, margin: true})
}),
Thanks in Advance.
Harsha.