FormGroup
<ui5-form-group>
| Since 2.0.0info
This component is availabe since 2.0 under an experimental flag and its API and behaviour are subject to change.
The 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β
columnSpanβ
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.