cancel
Showing results for 
Search instead for 
Did you mean: 

Label on top of input field

former_member253524
Participant
0 Kudos
3,215

Hello Folks,


I am working on UI5 application and need to develop following screen where labels are always on top of input field.


I tried with “ResponsiveLayout”, “Vertical Layout” by setting span but it is not working as I want. I also tried "Hbox" but not useful. Kindly guide me in achieving this.


Thanks in advance.

Regards,

S.Jain

View Entire Topic
gippy_singh
Participant
0 Kudos

You can change the layout property to layout="ColumnLayout" and set

maxContainerCols="2". It should render the form with labels on top.