Replies: 1 comment
-
Watch on https://vee-validate.logaretm.com/v4/guide/composition-api/handling-forms/#controlled-values |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I put a
watch
onvalues
object returned byuseForm
, theoldVals
object is always identical to thenewVals
object returned in the callback. Is there any reason for this? Is there a better way to be able to watch form values and get old/new values?Beta Was this translation helpful? Give feedback.
All reactions