-
Notifications
You must be signed in to change notification settings - Fork 1.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
Upload component [input file type] not reading "input-props" #2204
Comments
This file input is hidden, why do you need to set attributes? |
Sometimes is needed to send files in standard way, not async |
why is prop it might be replaced by |
yeah, you can use |
@Talljack sure, but i guess this is currently not working |
okay, i will check |
|
TuSimple/naive-ui version (版本)
2.24.1
Vue version (Vue 版本)
3.2.26
Browser and its version (浏览器及其版本)
Version 1.34.80 Chromium: 97.0.4692.71 (Official Build) (64-bit)
System and its version (系统及其版本)
Linux Kubuntu 21.04
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/vu3-naive-input-props-input-file-plei9
Reappearance steps (重现步骤)
Just open the link and check generated input "name" attributes
Expected results (期望的结果)
Expected to have "name" attribute to file input
Actual results (实际的结果)
Currently the "name" attribute is not being generated
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: