transloadit / uppy

The next open source file uploader for web browsers :dog:
https://uppy.io
MIT License
29.19k stars 2.01k forks source link

requiredMetaFields, error message is not reset even after providing the required meta field (ex. caption) #3769

Open trulymittal opened 2 years ago

trulymittal commented 2 years ago

Using Uppy in React using the Dashboard UI component.

The problem is that I added a required meta field, example caption which is a required meta field. This is what happens:

  1. When I add image, try to upload, shows Error (Missing required meta field: Caption. Edit image).
  2. Edit the image, added the caption, but still the Error persists.
  3. Retry button clicked, then uploaded the image, all is well the image is uploaded and the image in result also has the meta-data-caption, but,
  4. The Error is still displayed on the Dashboard UI.
  5. IMO, the error should be reset as soon as the file gets the respective required meta data

Screenshot 2022-05-21 at 3 16 33 PM .

Murderlon commented 2 years ago

@arturi can you check this one?

pronego-mls commented 1 year ago

Any result on this issue? It occurs in my setup with Uppy 3.8.0, too. Thanks for an update.