-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
image-picker 组件选择图片的时候,只能选择图库中的图片,原因是 input中的accept="image/jpg,image/jpeg,image/png,image/gif",将其改为accept="image/*" 即可,或者这里可以增加一个api。谢谢~ #2017
Comments
It will be better to write your issue/comment in English, so more people can understand you. |
请确认用移动设备浏览器测试 |
用移动端设备测试,如果移动端测试还是有问题,请reopen issue |
Hello @uames. Please provide a re-producible demo: https://codepen.io/pen?template=LWpaKe&editors=0010 |
本周处理 ImagePicker 的一些待确认问题,包括选多张的和选非图库的
|
* feat(ImagePicker): support multiple. close #2017
* feat(ImagePicker): support multiple. close ant-design#2017
请问我想 在公众内选择上传图片的时候调出相机和相册应该怎么做呢 |
Version
2.0.1
Environment
ununtu下chrome
Reproduction link
http://www.baidu.com
Steps to reproduce
使用image-picker组件即可重现
What is expected?
有一个api可以覆盖accept的值
What is actually happening?
accept值为image/jpg,image/jpeg,image/png,image/gif且无法覆盖
The text was updated successfully, but these errors were encountered: