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
5.38.1
Others
No response
https://codesandbox.io/p/sandbox/friendly-torvalds-4ljg4h
设置 multiple 属性 一次上传多张图片,中间有一张接口报错,就会立即触发 onChange ,只能拿到前面成功的图片,而不等待后续的接口
原因是这里是 Promise.all,有一个任务 reject 后就 reject :
ant-design-mobile/src/components/image-uploader/image-uploader.tsx
Line 199 in 2ec5d58
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version of antd-mobile
5.38.1
Operating system and its version
Others
Browser and its version
No response
Sandbox to reproduce
https://codesandbox.io/p/sandbox/friendly-torvalds-4ljg4h
What happened?
设置 multiple 属性
一次上传多张图片,中间有一张接口报错,就会立即触发 onChange ,只能拿到前面成功的图片,而不等待后续的接口
原因是这里是 Promise.all,有一个任务 reject 后就 reject :
ant-design-mobile/src/components/image-uploader/image-uploader.tsx
Line 199 in 2ec5d58
Relevant log output
No response
The text was updated successfully, but these errors were encountered: