How to customize VueCsvInput #123
Unanswered
x820745674
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi i'm trying to integrate vuetify ui library with vue-csv-import. i tried to use VueCsvInput to wrap VFileInput for replacing the default file input. when i upload file through VFileInput, then change function will be triggered. then i will get this error throwing from change function

from the code logic, change function will get files from CSVRef which is pointing to the default file input node.

as i replacing the default file input, the value CSVRef will be null. Is there any way i can pass my file input node in?
Beta Was this translation helpful? Give feedback.
All reactions