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
Some question here.. I use your component for upload one image in my form. All fields validated via Vee-Validate (simple reqired attribute). Can I validate vue-dropzone component too via Vee-Validate (latest version)? How?
Any examples are welcome! 👍
Thanks.
The text was updated successfully, but these errors were encountered:
Furthermore you should have a value prop. Whenever a file have been succesfully uploaded or removed, you should emit an input event.
In your parent component you can do this:
Hello!
Some question here.. I use your component for upload one image in my form. All fields validated via Vee-Validate (simple
reqired
attribute). Can I validatevue-dropzone
component too via Vee-Validate (latest version)? How?Any examples are welcome! 👍
Thanks.
The text was updated successfully, but these errors were encountered: