Skip to content

Commit 87756ea

Browse files
authored
Update Shared/Samples/Edit features using feature forms/README.md
1 parent 2919ab7 commit 87756ea

File tree

1 file changed

+1
-1
lines changed
  • Shared/Samples/Edit features using feature forms

1 file changed

+1
-1
lines changed

Shared/Samples/Edit features using feature forms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Tap a feature on the map to open a sheet displaying the feature form. Select for
1919
3. Create a `FeatureForm` object using the identified `ArcGISFeature`.
2020
* **Note:** If the feature's `FeatureLayer`, `ArcGISFeatureTable`, or the `SubtypeSublayer` has an authored `FeatureFormDefinition`, then this definition will be used to create the `FeatureForm`. If such a definition is not found, a default definition is generated.
2121
4. Use the `FeatureForm` toolkit component to display the feature form configuration by providing the created `featureForm` object.
22-
5. Optionally, you can add the `validationErrors(_:)` modifier to the `FeatureForm` toolkit component to determine the visibility of validation errors.
22+
5. Optionally, you can add the `validationErrors(_:)` modifier to the `FeatureForm` toolkit component to determine the visibility of validation errors.
2323
6. Once edits are added to the form fields, check if the validation errors list is empty using `featureForm.validationErrors` to verify that there are no errors.
2424
7. To commit edits on the service geodatabase:
2525
1. When the "Save" button is tapped, `FeatureFormView` calls `featureForm.finishEditing()` to save edits to the database.

0 commit comments

Comments
 (0)