-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] v-file-upload #8812
Labels
Milestone
Comments
ghost
added
the
S: triage
label
Aug 31, 2019
This will come in another component called |
MajesticPotatoe
changed the title
[Feature Request] VFileInput as a templateable component separate from VTextInput
[Feature Request] v-file-upload
Aug 31, 2019
extension of original uploader issue #238 |
That will be great! Thanks for the response. |
It would be nice to have simple Upload Button too. For quick anywhere file upload. |
workaround <div>
<v-file-input v-show="false" id="file-upload" />
<v-btn>
<label for="file-upload">click</label>
</v-btn>
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem to solve
Increasing the usability of the file-input, as to not being constrained to the very specific form-factor and limitations of a
v-text-field
.Example:
Proposed solution
Creating a base component that contains the
FileInput
functionality, with a template slot?The text was updated successfully, but these errors were encountered: