react-mui-fileuploader icon indicating copy to clipboard operation
react-mui-fileuploader copied to clipboard

🗃️ React mui fileuploader is a react component based on @mui v5 that allows you to upload files with an awesome ui component

Results 13 react-mui-fileuploader issues
Sort by recently updated
recently updated
newest added

Great component! In this case: ` {}} />` It should accept **only one file**, but it takes everyone I select or drag in. Here a picture: ![image](https://user-images.githubusercontent.com/119929945/230603808-f19352ea-712a-4db1-a636-281d45fbf52a.png) Best regards.

It was possible to limit by configuring `acceptedType` to be `".json, .yaml"`l However, if configured `allowedExtensions` to be `["json", "yaml"]`, but bug occured when selecting `yaml` file. ![image](https://github.com/rouftom/react-mui-fileuploader/assets/13158709/b905ecb8-c917-4064-9097-aebdd494e30d)

When a user selects a new file using the file input, the default files displayed by the react-mui-fileuploader component should update to reflect the selected file.

When loading a file the browser cannot parse, e.g., load a HEIC file on windows chrome. The following line will raise an exception `TypeError: Cannot read properties of undefined (reading...

Hi guy, when allowedExtensions is assigned, the check of file's extensions fails. ` {}} />` If select a .docx file, this appen: ![image](https://user-images.githubusercontent.com/119929945/230605507-ee62509b-dcc8-490e-8fed-8aff61abe251.png) Best regards.

Hi, there seems to be a problem regards removing files with the context. The list of files in the `onFilesChange` Handler and the `context.files` is sorted in alphabetical order of...

```js {}} /> function handleFilesChange(files) { //no-op } ``` Upon uploading any document I am presented immediantly with this error: ``` Element type is invalid: expected a string (for built-in...

bug

After updating to the latest version I started getting the following errors when building the project: > WARNING in ./node_modules/react-mui-fileuploader/dist/index.esm.js > Module Warning (from ./node_modules/source-map-loader/dist/cjs.js): > Failed to parse source...