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
I am migrating from vuelidate to vee-validate (with yup) and I run into an issue when I need to read a state of each rule in order to display password validation state in the UI and show which rules have been satisfied and which weren't. I was easily able to get this information in vuelidate as reactive properties on the field object.
but there seems to be no way to get this information with vee-validate. I can get a current list of errors as errorBag, but there is no exposed information on the state of each rule. Is there any workaround?
The text was updated successfully, but these errors were encountered:
I am migrating from vuelidate to vee-validate (with yup) and I run into an issue when I need to read a state of each rule in order to display password validation state in the UI and show which rules have been satisfied and which weren't. I was easily able to get this information in vuelidate as reactive properties on the field object.
but there seems to be no way to get this information with vee-validate. I can get a current list of errors as
errorBag
, but there is no exposed information on the state of each rule. Is there any workaround?The text was updated successfully, but these errors were encountered: