We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.1.8
https://github.com/Tencent/tdesign-flutter/tree/main/tdesign-component/example
Upload中有一个属性是 max ,用来限制最大数量。 比如 max 填入3 如果在选择时,选择超过3张照片以上 ,那么直接报错
I/flutter ( 8076): TDUploadValidatorError.overQuantity
选择的图片数量大于max, 应该不可以再选择图片或者对用户提示选择的数量超过max数量(但是如果给予i提示的话,那么对用户的体验来说不友好)
报错
3.24.4
Android
emulator
使用example 工程,应该可以复现。
The text was updated successfully, but these errors were encountered:
👋 @q920447939,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
感谢,晚点我写个测试页面看一下。
但是如果给予i提示的话,那么对用户的体验来说不友好
我理解这个需求,当上传数量超过max的阈值时,需要提供一个Toast提示,是这样吗?
是这个意思。但是我觉得可以更加通用一点,Toast 可以允许用户来实现
No branches or pull requests
tdesign-flutter 版本
0.1.8
重现链接
https://github.com/Tencent/tdesign-flutter/tree/main/tdesign-component/example
重现步骤
Upload中有一个属性是 max ,用来限制最大数量。
比如 max 填入3
如果在选择时,选择超过3张照片以上 ,那么直接报错
期望结果
选择的图片数量大于max, 应该不可以再选择图片或者对用户提示选择的数量超过max数量(但是如果给予i提示的话,那么对用户的体验来说不友好)
实际结果
报错
Flutter版本
3.24.4
设备与机型信息
Android
系统版本
emulator
补充说明
使用example 工程,应该可以复现。
The text was updated successfully, but these errors were encountered: