Closed azermann closed 4 years ago
@azermann Do you want to make image field required ?
@tushargugnani hi İ am using picture-input and yes i need a validate that new user put his image
vue-step-wizard uses Vuelidate for Validations. You can write a custom validation that work on the @change event of the input. Example of custom image validation -> https://github.com/vuelidate/vuelidate/issues/429#issuecomment-540225850
How do we validate images?