diff --git a/versioned_docs/version-3.2.2/form.md b/versioned_docs/version-3.2.2/form.md index 6a078af67..854e08e0a 100644 --- a/versioned_docs/version-3.2.2/form.md +++ b/versioned_docs/version-3.2.2/form.md @@ -1,4 +1,4 @@ ---- +[na--- id: form title: Form with Validation --- @@ -169,7 +169,7 @@ function BuildingAFormExample() { onChangeText={(value) => setData({ ...formData, name: value })} /> {'name' in errors ? - Error + {errors['name']} :