vee-validate version: 3.4.5 So I have a FormBuilder.vue component which builds my form inputs schema based. I have a custom InputSlugify component and I want to have vee-validate validation for it with the required rule. The Problem: When I focus the input and leave the focus, I don’t receive the error message “field is required”. But it works when I
Tag: vee-validate
How to configure vee-validate globally in vue?
My question, is there a way we could create a one .js file and state all extend(s)? so we don’t need to extend each time we use the validator. I just ask because my codes becomes lengthy each time I need a validator. I need to extend it first to be usable. I’m currently using vue & vuetify with vee-validate.