This adds support for TextFormElements inside a GroupFormElement. Previously, only FieldFormElements were supported, as that was the only element type available when the group element was implemented.
It also adds a Divider below the text form element.
This adds support for
TextFormElement
s inside aGroupFormElement
. Previously, onlyFieldFormElement
s were supported, as that was the only element type available when the group element was implemented.It also adds a
Divider
below the text form element.Apollo/936