Christos Savva
Christos Savva
Hey i have a similar issue, while i am able to use Dropzone to upload file types of `docx,pdf` when i pass them to `accept` like below, I get the...
Hey @phani1585 no, I haven't found anything. Having a normal input element and having `accept="application/*"` seems ok. I am not sure if Dropzone renders it differently and causes the error
Specifying the application types individually seems to make the warning to go away ``` accept: { "application/pdf": [".pdf"], "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"], "image/*": [".jpg", ".jpeg"], }, ```
Hello, i am experiencing the same behavior with WebStorm 2023.2.5. Any news/updates?