Moderator
4 years, 5 months ago
#24295
::
Hi Fulya,
in a SimpleForm, a Label always starts a new line. So if you want to have two input fields next to each other, you can implement your SimpleForm like in this example: https://sapui5.hana.ondemand.com/#/entity/sap.ui.layout.form.SimpleForm/sample/sap.ui.layout.sample.SimpleFormToolbar
Or you can set the SimpleForm’s property ‘layout’ to ‘ColumnLayout’, so all labels/inputs are arranged in columns (implemented in this example: https://sapui5.hana.ondemand.com/#/entity/sap.ui.layout.form.SimpleForm/sample/sap.ui.layout.sample.SimpleForm_Column_oneGroup234)