Replies: 1 comment
-
Sorry is my mistake. The serializing is due to displaying the entire values object in vue {{ 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
-
As I am using a custom component consisting of v-menu wrapping a vuetify v-date-picker, I have problem with the values property of useForm. It is serializing my date into a string with no timezone, making my dates incorrect.
In the past, it seems you can use $_veeValidate to replace label and value. In vee-validate 4, how do I return the date as value instead of a string?
Beta Was this translation helpful? Give feedback.
All reactions