How do you get a ref to only the "post-validation" value? #4793
Unanswered
matthew-dean
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't see good documentation on this in the official documentation. Basically, any form-handling of values that includes validation involves 2 sets of values:
Basically, I want to have a reactive value that points to a validated value. That is, it's only when the validated value changes, that I want other processes to run (like fetching additional information). But this seems very difficult to hook into. There's neither a reactive object that tracks valid values, nor does there seem to be event listeners that can be added for post-validation events. How is this normally accomplished in vee-validate?
Beta Was this translation helpful? Give feedback.
All reactions