Esri / arcgis-maps-sdk-swift-toolkit

Mapping components that will simplify your Swift app development with the ArcGIS Maps SDK for Swift.
https://developers.arcgis.com/swift
Apache License 2.0
29 stars 9 forks source link

Support `TextFormElement`s inside a `GroupFormElement` #934

Closed mhdostal closed 1 month ago

mhdostal commented 1 month ago

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.

Apollo/936