Skip to content

Commit 5cc7aa4

Browse files
sorenoidSoren Rothgunt0001
authored
FeatureForm composable KDoc edit (#368)
* slight edits to FeatureForm composable function KDoc. * Update toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/FeatureForm.kt Co-authored-by: Gunther Heppner <[email protected]> --------- Co-authored-by: Soren Roth <[email protected]> Co-authored-by: Gunther Heppner <[email protected]>
1 parent 802dab1 commit 5cc7aa4

File tree

1 file changed

+2
-2
lines changed
  • toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms

1 file changed

+2
-2
lines changed

toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/FeatureForm.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ public sealed class ValidationErrorVisibility {
9393

9494
/**
9595
* A composable Form toolkit component that enables users to edit field values of features in a
96-
* layer using forms that have been configured externally (using either in the the Web Map Viewer
97-
* or the Fields Maps web app).
96+
* layer using forms that have been configured externally. Forms may be configured in the [Web Map Viewer](https://www.arcgis.com/home/webmap/viewer.html)
97+
* or [Fields Maps Designer](https://www.arcgis.com/apps/fieldmaps/)).
9898
*
9999
* @param featureForm The [FeatureForm] configuration.
100100
* @param modifier The [Modifier] to be applied to layout corresponding to the content of this

0 commit comments

Comments
 (0)