I want to hide the title starts a new group. I tried it by setting visible to false and tried to add custom CSS classes as well. It did not work. How can I hide the group title within a SimpleForm.
Thank you.
It may not be possible to hide the sub header while maintaining groups with the control properties. However with some CSS it is achievable
Add a custom CSS class to the SimpleForm control
<f:SimpleForm class="formHiddenTitle" ...
The CSS would be as below :
.formHiddenTitle .sapUiFormContainerTitle .sapUiFormTitle{
display:none;
}
This will hide all Form Title tags in all all groups.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With