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
Uploader 组件目前做头像上传功能有缺陷,需要用户删除之前的照片才能上传新的照片。头像上传应该是点击已上传的图片可以更换,目前查看源码,并没有把click事件暴露,而是使用了_chooseImage 的方式限制为内部调用。望考虑可以使用ref 的方式暴露_chooseImage 的方法。
使用ref 的方式暴露_chooseImage 的方法
The text was updated successfully, but these errors were encountered:
遇到类似问题,需要通过ref触发选择上传
Sorry, something went wrong.
就是ref不支持触发上传功能,没有暴露对应的方法
遇到类似问题,需要通过ref触发选择上传 就是ref不支持触发上传功能,没有暴露对应的方法
嗯嗯,我的意思我也遇到了
No branches or pull requests
这个功能解决了什么问题?
Uploader 组件目前做头像上传功能有缺陷,需要用户删除之前的照片才能上传新的照片。头像上传应该是点击已上传的图片可以更换,目前查看源码,并没有把click事件暴露,而是使用了_chooseImage 的方式限制为内部调用。望考虑可以使用ref 的方式暴露_chooseImage 的方法。
你期望的组件设计是怎样的?
使用ref 的方式暴露_chooseImage 的方法
The text was updated successfully, but these errors were encountered: