Skip to content
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

[Bug Report][3.5.6] file input always emits an array #19297

Assignees
Labels
C: VFileInput T: bug Functionality that does not work as intended/expected
Milestone

Comments

@RakeshAMD
Copy link

Environment

Vuetify Version: 3.5.6
Vue Version: 3.4.21
Browsers: Chrome 122.0.0.0
OS: Windows 10

Steps to reproduce

While we do axios post it is adding brackets [] to the fileinput variable.
docs[]: (binary)

same issue is not coming with below method
<input type="file" @change="addFile" />

Expected Behavior

docs: (binary)

Actual Behavior

docs[]: (binary)

Reproduction Link

https://play.vuetifyjs.com/#...

@yuwu9145 yuwu9145 self-assigned this Apr 20, 2024
@johnleider johnleider added T: bug Functionality that does not work as intended/expected and removed S: triage labels Apr 22, 2024
@johnleider johnleider added this to the v3.5.x milestone Apr 22, 2024
@KaelWD KaelWD changed the title [Bug Report][3.5.6] file-inputs [Bug Report][3.5.6] file input always emits an array May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment