You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
|**`types`**| <code>string[]</code> | List of accepted file types. Look at [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) for a complete list of standard media types. This option cannot be used with `multiple: true` on Android. Example: `['image/png', 'application/pdf']`|
129
-
|**`customExtensions`**| <code>string[]</code> | List of custom extensions. Necessary in iOS since the mimetype alone is not enought Example: `['cs2']`|
130
-
|**`multiple`**| <code>boolean</code> | Whether multiple files may be selected. Default: `false`|
131
-
|**`readData`**| <code>boolean</code> | Whether to read the file data. Default: `false`|
|**`types`**| <code>string[]</code> | List of accepted file types. Look at [IANA Media Types](https://www.iana.org/assignments/media-types/media-types.xhtml) for a complete list of standard media types. This option cannot be used with `multiple: true` on Android. Example: `['image/png', 'application/pdf']`|
129
+
|**`customExtensions`**| <code>string[]</code> |iOS only. List of custom file name extensions (without leading dot '.'). Necessary in iOS since custom mimetypes are not supported. Example: `['cs2']`|
130
+
|**`multiple`**| <code>boolean</code> | Whether multiple files may be selected. Default: `false`|
131
+
|**`readData`**| <code>boolean</code> | Whether to read the file data. Default: `false`|
0 commit comments