FormGroup
<ui5-form-group> | Since 2.0.0The FormGroup (ui5-form-group) represents a group inside the Form (ui5-form) component and it consists of FormItem (ui5-form-item) components.
The layout of the FormGroup is mostly defined and controlled by the overarching Form (ui5-form) component.
Still, one can influence the layout via the FormGroup's columnSpan property,
that defines how many columns the group should expand to.
Usageβ
Π’he FormGroup (ui5-form-group) allows to split a Form into groups, e.g to group FormItems that logically belong together.
ES6 Module Importβ
- import @ui5/webcomponents/dist/FormGroup.js";
 
Propertiesβ
headerTextβ
headerLevelβ
columnSpanβ
accessibleNameβ
accessibleNameRefβ
Slotsβ
defaultβ
Eventsβ
No events available for this component.
Methodsβ
No methods available for this component.
CSS Partsβ
No CSS parts available for this component.