-
@HriBB @thebigredgeek
What type should the files variable be when passed to the mutation?
The file upload works fine when using your example code. But when using react-dropzone or tcomb-form the…
-
- Create the UI for adding a profile picture. Use something like React-dropzone to allow users to drag a file.
- Integrate this with the backend service (#21) so that the frontend can make a request t…
-
Hi,
# Problem
Looking at the README section for [Usage Without Automatic Posting](https://github.com/felixrieseberg/React-Dropzone-Component#usage-without-automatic-posting), along with the usag…
-
Add a FileUploader Component that can be wrapped around a children to give it drag and drop functionality i.e. it will detect any drag and drop events.
- On the drag events it will check if there …
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
Do you have any thoughts on improving the component stylistically and/or including a react-bootstrap progress bar? This might be outside of the project scope, though many other (similar) components l…
-
We noticed problems with Dropzone after the lastest update from 2.20.0 => 2.21.0
Most of the times Adding (not replaceing) works correct.
But sometimes (tested on Safari and Chrome) on/after the d…
-
```
type UploaderProps = {
helpMessage: React.ReactElement | string;
accept: string;
};
const Preview: IDropzoneProps["PreviewComponent"] = ({ meta }) => {
const { name, status, uploaded…
-
Hi,
I'm using DropzoneAreaBase and I'm trying to figure out if there's a way I can reject a file from the function I've provided as the onAdd prop. I have two state arrays. tempFiles which I use as…
-
`react-dropzone` exposes three booleans representing (potentially) single state: `isDragActive`, `isDragAccept` and `isDragReject`. It may be modeled with variants as `Inactive (Accepted | Rejected) …