tushargugnani / vue-step-wizard

A simple VueJS Step / Form Wizard plugin with Validation Support.
MIT License
118 stars 29 forks source link

Validation on image #3

Closed azermann closed 4 years ago

azermann commented 4 years ago

How do we validate images?

tushargugnani commented 4 years ago

@azermann Do you want to make image field required ?

azermann commented 4 years ago

@tushargugnani hi İ am using picture-input and yes i need a validate that new user put his image

tushargugnani commented 4 years ago

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