Skip to content

Input slots on vue-csv-input #94

Discussion options

You must be logged in to vote

Found a solution (and likely the reason for the error). I should not have embedded the input in the
Changing to this allowed me to style the button as I needed:

<label   class="css styling of the button here"   for="fileInputButton"    >
      Step 1: Upload File
 </label>
 <vue-csv-input id="fileInputButton" class="hidden"/>

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@MarcVegas
Comment options

@randy-parcel-ag
Comment options

Answer selected by randy-parcel-ag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants