Replies: 1 comment
-
Answer still needed.
This should work. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Okay, I know somebody already asked this question but there so little detail was provided that it's hard to determine how he got it to work since not much code was provided
I need to create to pass a customized file input element inside
<vue-csv-input v-slot="{file, change}"></vue-csv-input>
but it can't seem to get my selected file from my custom file input. I added the necessary fields objects in the vue-csv-import component and my csv file is not an issue in this case since it works with the default file input provided by the packageSo far I've done the following but nothing works as of yet
I also tried including ref="csvRef" to my file input but no luck there also. I could really use some help with this.
Beta Was this translation helpful? Give feedback.
All reactions