-
I am using react-dropzone as a way to populate a React-Hook-Form with images.
I am using the onDrop callback which expects a list with acceptedFiles, that I can then use to append the images to the…
-
I have an task wrap Avatar component in react-dropzone but I cant match it.
Thank u for read and comment!!!
-
### Current behavior
When trying to interact with an element rendered by React that has `htmlFor` set to an ID returned by the `useId()` hook, the peculiar syntax React uses for IDs in React 18 act…
-
### Provide a general summary of the feature here
I use DropZone in a form, and would like to have an easy way to set the associated input's `files` property. Currently I have to construct my own `…
-
## Expected Behavior
Dialog opens on click of button with new attr taken into consideration
## Actual Behavior
In Safari, double click is required to launch the open function if there is a chain …
-
Puck should explore support for multi-framework support, including:
* Vue.js
* Svelte
* -> Insert other JS framework here
-
**Describe the bug**
when upload .vtt file in windows system.
the file.type expect to be 'text/vtt'. but now is empty string
-
I've personally integrated this with [react-dropzone](https://github.com/paramaggarwal/react-dropzone), but the code was too specific to my use case to release.
We should add some code and documentat…
-
**Describe the bug**
When dragging and dropping two files, one larger than 1 MB and the other smaller, the larger file is rejected, but the smaller file is uploaded. The expected behavior is that the…
-
**Describe the bug**
I have simple form that submits via `POST` using `multipart/form-data`. The react-dropzone is inside the form.
When I submit the form in Firefox or Safari it works correct. The…