-
-
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.
Version
3.2.20
Environment
apple phone - ios os
Reproduction link
https://antdv.com/components/upload
Steps to reproduce
my code is
<input type="file" accept="image/*" style="display: none;" capture="false" >this code generated by compoent upload
What is expected?
Because the capture attribute is used, the ios operating system opens the camera by default and does not display the file and gallery selection option.
What is actually happening?
please remove capture attribute from input upload. if user need set capture attribute in upload by props.