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.34.0
代码如下,根据环境切换 disableUpload,disableUpload 禁用后走自定义上传,如何设置可以像原来那样上传会有 loading 提示
<ImageUploader ref={imageUploadRef} accept="image/jpeg,image/jpg,image/png" value={fileList} onChange={setFileList} upload={mockUpload} disableUpload={isXXX() ? true : false} multiple columns={4} maxCount={8} beforeUpload={beforeUpload} showUpload={fileList.length < 8} > <div style={{ width: 80, height: 80, borderRadius: 8, backgroundColor: '#f5f5f5', display: 'flex', justifyContent: 'center', alignItems: 'center', color: '#999999', }} ><AddOutline onClick={handleSelectImage} style={{ fontSize: 32 }}></AddOutline></div> </ImageUploader>
The text was updated successfully, but these errors were encountered:
看了一下,好像没有透出这个功能。
Sorry, something went wrong.
No branches or pull requests
Version of antd-mobile
5.34.0
What is this feature about?
代码如下,根据环境切换 disableUpload,disableUpload 禁用后走自定义上传,如何设置可以像原来那样上传会有 loading 提示
The text was updated successfully, but these errors were encountered: