salt-ui / saltui

MIT License
238 stars 64 forks source link

关于增加PhotoField和EmployeeField 组件的onclick方法自定义的建议 #217

Closed Root257 closed 6 years ago

Root257 commented 6 years ago

这是一个功能建议

建议增加组件的onclick方法自定义功能,比如PhotoField 组件的onclick方法,当前的情况是直接调用系统的上传接口。某些场景里需要直接调用手机本地相机的功能,比如某些场合只能现场拍照的要求等。antd-mobileUI库的ImagePicker组件就可以实现自定义click方法的功能。**

附上ImagePicker组件的链接如下 :https://mobile.ant.design/components/image-picker-cn/

另外EmployeeField的组件也有类似的自定义方法的需求

eternalsky commented 6 years ago

标题改一下,哪个组件。另,不是一定是调用系统的上传接口,H5 版本可以自己选择上传接口。

Root257 commented 6 years ago

PhotoField.H5组件可以自己定义上传接口?比如点击时调用手机的相机? @eternalsky

eternalsky commented 6 years ago

调用手机的相机和定义上传接口是两件事,h5 不能指定使用相册还是相机,但是可以呼起 filePicker,上传 url 支持自定义配置。

Root257 commented 6 years ago

懂了。我的想法是能否实现自定义呼起的功能,比如可以选择 呼起 filePicker,也可以调用自定义的方法,比如直接调用相机

eternalsky commented 6 years ago

如果就是呼起 filePicker,直接一个 input type="file" 就可以做到,如果上传不是组件帮你做的,那不需要组件的辅助,自己写一个就好了。

stale[bot] commented 6 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.