Open NitinMagdum opened 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 }} />;
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
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 }} />;