You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/FeatureForm.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,8 @@ public sealed class ValidationErrorVisibility {
93
93
94
94
/**
95
95
* 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/)).
98
98
*
99
99
* @param featureForm The [FeatureForm] configuration.
100
100
* @param modifier The [Modifier] to be applied to layout corresponding to the content of this
0 commit comments