jaredpalmer / formik

Build forms in React, without the tears 😭
https://formik.org
Apache License 2.0
33.98k stars 2.79k forks source link

multiple file not working in Field tag #2632

Open NitinMagdum opened 4 years ago

NitinMagdum commented 4 years ago

i am using field tag for file upload single file is working but multiple file not working after adding this field inputProps={{ multiple: true }} <Field name="file" id="file" type="file" label="Select File(s)" inputProps={{ multiple: true }} />;

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 60 days