Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9129

How to remove space in between mandatory * and title in SAPUI5.

$
0
0

Hi All,

 

I have a form like below screen shot.

Capture.JPG

 

Now we have space between the * and title Payment Method.

 

I am using following code

 

new sap.ui.commons.form.FormElement({

                                     label: "Payment Method",

                                     fields: [new sap.ui.commons.ComboBox("PaymentMethod", { items : [

                                                                                         new sap.ui.core.ListItem("PaymentMethod1", {text:"Wire"}),

                                                                                        new sap.ui.core.ListItem("PaymentMethod2", {text:"ACH"})],

                      required:true,

                      })

                                     ],

                                     layoutData: new sap.ui.commons.layout.ResponsiveFlowLayoutData({linebreak: true, margin: true})

                             }),

 

Thanks in advance.

Ravi Varma


Viewing all articles
Browse latest Browse all 9129

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>