-
Notifications
You must be signed in to change notification settings - Fork 494
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] multiple=false时, max=1的表现问题 #2909
Labels
Comments
👋 @wc19950724,感谢给 TDesign 提出了 issue。 |
multiple = true 时,max 有效 |
如果multiple = false & max = 2 |
uyarn
changed the title
[t-upload] multiple=false时, max=1的表现问题
[Upload] multiple=false时, max=1的表现问题
May 30, 2023
|
PengYYYYY
added
🌍 Compatibility
issue for compatibility
📒 Documentation
Improvements or additions to documentation
and removed
🌍 Compatibility
issue for compatibility
labels
May 30, 2023
|
This was referenced Nov 5, 2023
Merged
resolved at |
16 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
tdesign-vue-next 版本
1.3.4
重现链接
https://stackblitz.com/edit/qrn372?file=src%2Fdemo.vue
重现步骤
当设置单文件上传时, 如果max=1,重新选择文件不会更新成新文件名,并且不会触发change事件
期望结果
触发change事件,更新文件名
or
补充文档说明, 单文件时无需设置max=1
实际结果
文件名不更新 & change事件不触发
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
No response
The text was updated successfully, but these errors were encountered: