Skip to content

Commit abf2af1

Browse files
authored
Update handling-forms.mdx (#4919)
1 parent 4f88cb2 commit abf2af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guide/composition-api/handling-forms.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ const { values } = useForm();
185185
values.email = '';
186186
```
187187

188-
In order for the form UX to be stable, we need to understand why the email value was set to `''`. Was it being reset? should we run validation again? This is the type of small differences that are a result of vee-validate's design choice based on fields and forms, not values.
188+
In order for the form UX to be stable, we need to understand why the email value was set to `''`. Was it being reset? Should we run validation again? This is the type of small differences that are a result of vee-validate's design choice based on fields and forms, not values.
189189

190190
### Initial Values
191191

0 commit comments

Comments
 (0)