-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Description
- I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
Upload组件提供beforeClear函数,capture属性(文件上传控件中媒体拍摄的方式),dragIcon属性(拖拽区左侧 Icon),dragMainText(拖拽区主文本),dragMainText(拖拽区主文本),dragSubText(拖拽区帮助文本),onAcceptInvalid函数(当接收到的文件不符合accept规范时触发(一般是因为文件夹选择了全部类型文件/拖拽不符合格式的文件时触发)),onRetry函数(上传重试的回调),onSizeError(文件尺寸非法的回调),transformFile(选中文件后,上传文件前的回调函数,可用于对文件进行自定义转换处理),uploadTrigger属性(触发上传时机,可选值 auto、custom)
What does the proposed API look like?
TreeSelect组件提供onClear函数,capture属性(文件上传控件中媒体拍摄的方式),dragIcon属性(拖拽区左侧 Icon),dragMainText(拖拽区主文本),dragMainText(拖拽区主文本),dragSubText(拖拽区帮助文本),onAcceptInvalid函数(当接收到的文件不符合accept规范时触发(一般是因为文件夹选择了全部类型文件/拖拽不符合格式的文件时触发)),onRetry函数(上传重试的回调),onSizeError(文件尺寸非法的回调),transformFile(选中文件后,上传文件前的回调函数,可用于对文件进行自定义转换处理),uploadTrigger属性(触发上传时机,可选值 auto、custom)
1zilc