You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by 3Gorec July 28, 2021 Is your feature request related to a problem? Please describe.
I want to validate checkboxes with rules and v-model. How can I do it? Documentation only provides example with validation schema.
If I validate without v-model I have to obtain values from checkboxes different way.
By the way how can I use validation schema with rules without yup?
The expected behavior is they would still emit undefined.
The text was updated successfully, but these errors were encountered:
Discussed in #3422
Originally posted by 3Gorec July 28, 2021
Is your feature request related to a problem? Please describe.
I want to validate checkboxes with
rules
andv-model
. How can I do it? Documentation only provides example with validation schema.If I validate without
v-model
I have to obtain values from checkboxes different way.By the way how can I use validation schema with rules without yup?
The expected behavior is they would still emit
undefined
.The text was updated successfully, but these errors were encountered: